Django doctests in views.py

前端 未结 7 2083
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-17 08:31

The Django 1.4 documentation on tests states:

For a given Django application, the test runner looks for doctests in two places:

  • The

7条回答
  •  温柔的废话
    2020-12-17 09:26

    Use nosetests with plugin for django (django-sane-testing or django-nose) and use the --with-doctest flag.

提交回复
热议问题