syrusakbary / Flask-SuperAdmin

The best admin interface framework for Flask. With scaffolding for MongoEngine, Django and SQLAlchemy.
Other
641 stars 134 forks source link

nosetests run only test_base #42

Open iurisilvio opened 11 years ago

iurisilvio commented 11 years ago

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.

syrusakbary commented 11 years ago

Currently the tests are not adapted to the entire project code. :(

iurisilvio commented 11 years ago

Ok. After some changes (all already merged today), I'm running Flask-SuperAdmin with SQLAlchemy backend.

syrusakbary commented 11 years ago

Great!