diff --git a/PIL/tests.py b/PIL/tests.py deleted file mode 100644 index eb4a8342d..000000000 --- a/PIL/tests.py +++ /dev/null @@ -1,17 +0,0 @@ -import unittest - - -class PillowTests(unittest.TestCase): - """ - Can we start moving the test suite here? - """ - - def test_suite_should_move_here(self): - """ - Great idea! - """ - assert True is True - - -if __name__ == '__main__': - unittest.main() diff --git a/Tests/helper.py b/Tests/helper.py index ebd142bf7..051912897 100644 --- a/Tests/helper.py +++ b/Tests/helper.py @@ -10,6 +10,8 @@ else: import unittest +# This should be imported into every test_XXX.py file to report +# any remaining temp files at the end of the run. def tearDownModule(): import glob import os