Added unittests for caching of file links.

Also converted test_auth.py to use the new AbstractPillarTest class.
This class ensures that we test against the testing database, which
is dropped at every setUp()/tearDown().
This commit is contained in:
2016-03-25 15:57:17 +01:00
parent cb4b0f1e4d
commit adb4f5b39e
5 changed files with 440 additions and 54 deletions

3
tests/test_settings.py Normal file
View File

@@ -0,0 +1,3 @@
from settings import *
from eve.tests.test_settings import MONGO_DBNAME