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().
4 lines
73 B
Python
4 lines
73 B
Python
from settings import *
|
|
|
|
from eve.tests.test_settings import MONGO_DBNAME
|