[Answer]-Does django need to set TEST_RUNNER first to run doctest?

1👍

Since 1.6, doctests are no longer automatically discovered by Django. You’ll find more on how to integrate doctests in the 1.6 release documentation.

Leave a comment