https://docs.djangoproject.com/en/1.9/topics/testing/
Automated testing is an extremely useful bug-killing tool for the modern Web developer.
Test
no
past
future
two
past and tuture
双杠
pub_date__lte
不显示在未来的问题
- a separate
TestClass
for each model or view - a separate test method for each set of conditions you want to test
- test method names that describe their function
Django includes LiveServerTestCase
to facilitate integration with tools like Selenium.