Revision history [back]
How to run Askbot Tests
I have the latest version of askbot from github in a directory called "askbot-devel". I've then run python setup.py develop and the "askbot-setup.exe" to create the site ("askbot-site") alongside the askbot-devel directory.
If I navigate to askbot-site and run
./manage.py test
or
./manage.py test askbot
It ends with
Ran 0 tests in 0.000s
Python 2.7.11, Django 1.8.13
Apologies if I'm missing the obvious.