Moved tests to top-level test dir.

This commit is contained in:
Duncan McGreggor 2012-09-10 18:39:05 -07:00
parent 8164bf9610
commit 0b1ab526d7
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
import unittest
class PlaceHolderTestCase(unittest.TestCase):
"""
"""
def test_nothing(self):
pass