Flask-SuperAdmin
Flask-SuperAdmin copied to clipboard
nosetests run only test_base
When I run nose from project root, it discovers 12 tests (only test_base.py
). When I run nose from flask_superadmin
, it discovers 25 tests.
I have no idea why it is happening.
I checked travis, it ran only 12 tests.
Currently the tests are not adapted to the entire project code. :(
Ok. After some changes (all already merged today), I'm running Flask-SuperAdmin with SQLAlchemy backend.
Great!