Quantcast
Viewing latest article 6
Browse Latest Browse All 13

Comment by Evgeny for The tests can be run this way:python manage.py test askbot

hmm, if askbot is in the installed apps, then the tests should run that way, regardless of where the app files are. But if you have issues with the command - like no tests run when you type the command - the test library might need to be debugged - insert `import pdb; pdb.set_trace()` line in the beginning of `askbot/tests/__init__.py` then step through. There might be some import error or something like that. On my development box the tests run ok.

Viewing latest article 6
Browse Latest Browse All 13

Trending Articles