black
This commit is contained in:
parent
5a286fa0d2
commit
325455439a
18 changed files with 261 additions and 459 deletions
|
|
@ -5,7 +5,6 @@ from stacosys.db import database
|
|||
|
||||
|
||||
class DbTestCase(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
database.setup(":memory:")
|
||||
|
||||
|
|
@ -50,5 +49,5 @@ class DbTestCase(unittest.TestCase):
|
|||
self.assertEqual(0, len(dao.find_not_notified_comments()))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue