Adds Hide Comment Functionality + Updates #7

Merged
osilkin98 merged 21 commits from hide-comments into master 2019-08-09 09:13:38 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 6933a9110d - Show all commits

View file

@ -1,6 +1,6 @@
{
"PATH": {
"DATABASE": "database/comments.db",
"DATABASE": "database/default.db",
"ERROR_LOG": "logs/error.log",
"DEBUG_LOG": "logs/debug.log",
"SERVER_LOG": "logs/server.log"

View file

@ -222,7 +222,6 @@ class TestDatabaseOperations(DatabaseTestCase):
self.assertFalse(deleted)
class ListDatabaseTest(DatabaseTestCase):
def setUp(self) -> None:
super().setUp()