Testing in Django - English
2811 visits
Outline:
Testing in Django * Django Automated testing * Unit test model * Write tests in Django * TestCase class * Run the tests in Django * Run specific tests * Assertion methods * Test Database * SetUp method * TearDown method