testing - Display list of all tests in a Django project -


is there easy way list of tests in django project without running tests themselves? hoping ./manage.py test --list.

in opinion, more correct way use actual tool running tests. e.g. in case of nose:

./manage.py test <app> --verbosity 2 --collect-only 

fyi, py.test has --collectonly option print tests instead of executing.

also see:


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -