- Complete the RealPython Test Your Python Apps Learning Path
Discuss what we learned from RealPython. Review examples of testing in turboPy and other NRL codes. Discuss example tests that we created as part of homework.
- Create and activate a conda environment that includes pytest.
- Write some example tests and add them to a subfolder in the
T03folder. You may test any code you wish, including code you submitted for past homework.