OLD | NEW |
(Empty) | |
| 1 This directory (test/data) contains fake test suites used for the |
| 2 expect_tests test suite. They are used by the tests present in test/, and by |
| 3 themselves do not test anything (e.g. there are self.assertTrue(True) in |
| 4 many places) |
| 5 |
| 6 Thus, the structure here is highly connected with the tests present in test/. |
| 7 Adding or removing a test method in test/data is likely to break a test in |
| 8 test/. |
| 9 |
| 10 Example: test/pipeline.py:TestListingTest.test_get_test_gens_package lists the |
| 11 tests present in test/data/package1, with various options. The expected output |
| 12 is written in test/pipeline_test.py itself, and should match the actual |
| 13 structure in test/data. |
| 14 |
| 15 Additional information can be found in other READMEs. |
OLD | NEW |