1 |
2003-10-13 Bernhard Herzog <[email protected]> |
2003-10-13 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_proj.py: Some more refactoring of the test cases |
4 |
|
(ProjFileTest): New base class for the proj file tests. |
5 |
|
(TestProjFile): Derive from ProjFileTest |
6 |
|
(TestProjFile.test_read_unreadable_file) |
7 |
|
(TestProjFile.test_read_empty_file, TestProjFile.doTestRead): Use |
8 |
|
the new filename method to get a unique filename |
9 |
|
(TestProjFile.doTestWrite, TestProjFile.testWrite): Removed. |
10 |
|
(WriteProjFileTests): New class for proj file write tests. |
11 |
|
Contains the write test that were in TestProjFile originally. |
12 |
|
|
13 |
|
2003-10-13 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
* test/test_proj.py (TestProjFile.testRead) |
* test/test_proj.py (TestProjFile.testRead) |
16 |
(TestProjFile.test_read_non_existing_file) |
(TestProjFile.test_read_non_existing_file) |
17 |
(TestProjFile.test_read_unreadable_file) |
(TestProjFile.test_read_unreadable_file) |