Got almost 80% test coverage of AnkiServer/apps/rest_app.py and fixed some bugs.

This commit is contained in:
David Snopek
2013-07-15 17:11:28 +01:00
parent 57d3ba5445
commit a31de8a91a
4 changed files with 112 additions and 4 deletions

9
tests/test_sync_app.py Normal file
View File

@@ -0,0 +1,9 @@
import unittest
import AnkiServer
from AnkiServer.apps.sync_app import SyncApp
class SyncAppTest(unittest.TestCase):
pass