210: TDD - Refactor while green
Test Driven Development. Red, Green, Refactor.
- Do we have to do the refactor part?
- Does the refactor at the end include tests?
- Or can I refactor the tests at any time?
- Why is refactor at the end?
This episode is to talk about this with a an example.
Learn pytest
- pytest is the number one test framework for Python.
- Learn the basics super fast with Hello, pytest!
- Then later you can become a pytest expert with The Complete pytest Course
- Both courses are at courses.pythontest.com