Testing Demo
- Testing Flask
- How do you test your code?
- What is testing?
- What is testing really?
- Testing demo tools
- Testing demo methodology
- Testing demo - AUT - Application Under Test
- Testing demo - use the module
- Testing demo: doctest
- Testing demo: doctest with failure
- Testing demo: Unittest success
- Testing demo: Unittest failure
- Testing demo: pytest using classes
- Testing demo: pytest using classes - failure
- Testing demo: pytest without classes
- Testing demo: pytest without classes failure
- Testing demo: Failure in one sub
- Testing demo: pytest run doctests
- Testing demo: pytest run unittest
- Test demo: test coverage
- Exercise: Testing demo - anagrams
- Exercise: Test previous solutions
- Solution: Testing demo