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:
3
tests/test_settings.py
Normal file
3
tests/test_settings.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from settings import *
|
||||
|
||||
from eve.tests.test_settings import MONGO_DBNAME
|
Reference in New Issue
Block a user