diff options
| author | Konrad Delong <konryd@gmail.com> | 2010-07-27 14:55:31 +0200 |
|---|---|---|
| committer | Konrad Delong <konryd@gmail.com> | 2010-07-27 14:55:31 +0200 |
| commit | b31034c2a10e884c4abd76cbe63d3fbcc663dc32 (patch) | |
| tree | c65094765ce394ce4d6bee82785bdea4cd1f94b4 /src/distutils2/tests | |
| parent | 0fdeba32a151981e522ad6bebdf5c8a1623082a7 (diff) | |
| download | disutils2-b31034c2a10e884c4abd76cbe63d3fbcc663dc32.tar.gz | |
roadmap
Diffstat (limited to 'src/distutils2/tests')
| -rw-r--r-- | src/distutils2/tests/test_test.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/distutils2/tests/test_test.py b/src/distutils2/tests/test_test.py index 38f03c4..33ddc46 100644 --- a/src/distutils2/tests/test_test.py +++ b/src/distutils2/tests/test_test.py @@ -74,7 +74,13 @@ class TestTest(TempdirManager, unittest.TestCase): self.assertTrue(os.path.exists(join(self.pkg_dir, 'build'))) self.assertTrue(any(x.startswith('lib') for x in os.listdir(join(self.pkg_dir, 'build')))) - def _test_custom_test_loader(self): + def test_custom_test_loader(self): + pass + + def _test_works_with_2to3(self): + pass + + def _test_prepares_egg_info(self): pass def _test_downloads_test_requires(self): |
