More tests cleanup

This commit is contained in:
hugovk 2014-06-25 12:10:20 +03:00
parent ffce319b54
commit f41e0a30fb
2 changed files with 2 additions and 17 deletions

View File

@ -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()

View File

@ -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