Commit b46d5f4c authored by Michal Čihař's avatar Michal Čihař

Do periodic testing on real data

parent f334fd6b
...@@ -118,6 +118,10 @@ class ImportProjectTest(RepoTestCase): ...@@ -118,6 +118,10 @@ class ImportProjectTest(RepoTestCase):
class PeriodicTest(RepoTestCase): class PeriodicTest(RepoTestCase):
def setUp(self):
super(PeriodicTest, self).setUp()
self.create_subproject()
def test_cleanup(self): def test_cleanup(self):
call_command( call_command(
'cleanuptrans' 'cleanuptrans'
......
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