Got almost 80% test coverage of AnkiServer/apps/rest_app.py and fixed some bugs.
This commit is contained in:
9
tests/test_sync_app.py
Normal file
9
tests/test_sync_app.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
import unittest
|
||||
|
||||
import AnkiServer
|
||||
from AnkiServer.apps.sync_app import SyncApp
|
||||
|
||||
class SyncAppTest(unittest.TestCase):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user