-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
During the lecture on testing a Python code in the winter semester 2024/25, the following points are potential places of improvement that came up:
- Explain unittest test discovery mechanism.
- If time permits, explain more features of tox.
- Change the code example used in the lecture demo to have two functions which actually affect each others behavior, so that the integration test actually makes sense. Right now the integration test is written just for the sake of it, without any logical reason.
- Explicitly mention in the demo notes what the
-moption in thecoveragecommand does. - Reiterate the test functions covered in the git exercise.
uekerman