#9963: Add a stub tests.py to the stub application produced by startapp -------------------------------+-------------------------------------------- Reporter: russellm | Owner: nobody Status: new | Milestone: Component: Testing framework | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | -------------------------------+-------------------------------------------- When a user creates a new application, they should get a stub tests.py, hopefully drawing their attention to the need to write test cases for their newly created application.
The stub tests.py should contain a doctest and a unit test, both of which pass asserting something trivial (like 1+1 = 2). -- Ticket URL: <http://code.djangoproject.com/ticket/9963> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
