From b8436b026a90291ba26afa4f7a2700720b03339f Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 4 May 2011 05:41:33 +0000 Subject: remove python test cases --- sys/lib/python/test/test_distutils.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sys/lib/python/test/test_distutils.py (limited to 'sys/lib/python/test/test_distutils.py') diff --git a/sys/lib/python/test/test_distutils.py b/sys/lib/python/test/test_distutils.py deleted file mode 100644 index fcd792d94..000000000 --- a/sys/lib/python/test/test_distutils.py +++ /dev/null @@ -1,17 +0,0 @@ -"""Tests for distutils. - -The tests for distutils are defined in the distutils.tests package; -the test_suite() function there returns a test suite that's ready to -be run. -""" - -import distutils.tests -import test.test_support - - -def test_main(): - test.test_support.run_unittest(distutils.tests.test_suite()) - - -if __name__ == "__main__": - test_main() -- cgit v1.2.3