Fix projector tests.

This commit is contained in:
Tomas Groth 2015-11-26 21:44:19 +01:00
parent be222ca597
commit a5525e96c1
1 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,12 @@ class TestProjectorDB(TestCase):
mocked_init_url.return_value = 'sqlite:///%s' % tmpfile
self.projector = ProjectorDB()
def tearDown(self):
"""
Clean up
"""
self.projector = None
def find_record_by_ip_test(self):
"""
Test find record by IP