Downloaded 142 times





















The document is a presentation on practical testing for Django developers. It discusses various aspects of testing Django applications including: - The basic unittest framework in Python and how it can be used for testing Django apps - Different types of tests like unit tests, integration tests, and functional tests - What parts of a Django app should be tested like models, views, templates - Tools for writing tests like custom assertions, test runners, and test coverage reporting - Best practices for testing like separating test suites and improving test speed It encourages developers to write tests for their Django applications.