Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #25451 -- Added advice about organizing tests. #5353

Merged
merged 1 commit into from Sep 25, 2015

Conversation

timgraham
Copy link
Member

The default :djadmin:`startapp` template will create a ``tests.py`` file
in the new application. This might be fine if you only have a few tests,
but as your test suite grows you'll likely want to restructure it into a
tests module so you can split your tests into different files such as
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... into a tests package so you can split your tests into different submodules ...?

@charettes
Copy link
Member

LGTM otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants