- 1. Python Testing
- 2. Why testing
- 2.1. Testing Flask
- 2.2. How do you test your code?
- 2.3. What is testing?
- 2.4. What is testing really?
- 2.5. Testing demo tools
- 2.6. Testing demo methodology
- 2.7. Testing demo - AUT - Application Under Test
- 2.8. Testing demo - use the module
- 2.9. Testing demo: doctest
- 2.10. Testing demo: doctest with failure
- 2.11. Testing demo: Unittest success
- 2.12. Testing demo: Unittest failure
- 2.13. Testing demo: pytest using classes
- 2.14. Testing demo: pytest using classes - failure
- 2.15. Testing demo: pytest without classes
- 2.16. Testing demo: pytest without classes failure
- 2.17. Testing demo: Failure in one sub
- 2.18. Testing demo: pytest run doctests
- 2.19. Testing demo: pytest run unittest
- 2.20. Test demo: test coverage
- 2.21. Exercise: Testing demo - anagrams
- 2.22. Exercise: Test previous solutions
- 2.23. Solution: Testing demo