Commit b1781de0 authored by Tres Seaver's avatar Tres Seaver

Don't test another package here.

parent 663fc558
...@@ -126,6 +126,4 @@ def test_suite(): ...@@ -126,6 +126,4 @@ def test_suite():
# class tests are picked up. # class tests are picked up.
return unittest.TestSuite(( return unittest.TestSuite((
unittest.makeSuite(TemporaryStorageTests, 'check'), unittest.makeSuite(TemporaryStorageTests, 'check'),
# Why are we testing this here?
unittest.makeSuite(Corruption.FileStorageCorruptTests, 'check'),
)) ))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment