https://docs.djangoproject.com/en/1.8/topics/testing/overview/
I guess there are thousand ways. What is the sane default?
--
Ticket URL: <https://code.djangoproject.com/ticket/25451>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
The startproject template creates a `tests.py` file in each application
and the testing tutorial covers this. Does something else need to be said?
--
Ticket URL: <https://code.djangoproject.com/ticket/25451#comment:1>
* stage: Unreviewed => Accepted
Comment:
I had some ideas: [https://github.com/django/django/pull/5353 PR] for
review.
--
Ticket URL: <https://code.djangoproject.com/ticket/25451#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/25451#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"53e89ce2e71411ff9d1c3fd6f2b10d052a4aeace" 53e89ce]:
{{{
#!CommitTicketReference repository=""
revision="53e89ce2e71411ff9d1c3fd6f2b10d052a4aeace"
Fixed #25451 -- Added advice about organizing tests.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25451#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"2ca137e271116342065d448d3fcbdf5d29b931ba" 2ca137e2]:
{{{
#!CommitTicketReference repository=""
revision="2ca137e271116342065d448d3fcbdf5d29b931ba"
[1.8.x] Fixed #25451 -- Added advice about organizing tests.
Backport of 53e89ce2e71411ff9d1c3fd6f2b10d052a4aeace from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25451#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"f2f4f1cfff80244be628f24c46ab7ab0e91a11c4" f2f4f1c]:
{{{
#!CommitTicketReference repository=""
revision="f2f4f1cfff80244be628f24c46ab7ab0e91a11c4"
[1.9.x] Fixed #25451 -- Added advice about organizing tests.
Backport of 53e89ce2e71411ff9d1c3fd6f2b10d052a4aeace from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25451#comment:6>