Running Python code via pytest

Running Python code via pytest#

Learning Objectives#

After working through this topic, you should be able to:

  • Execute all tests in a project using pytest

  • Activate the correct environment for using pytest

Materials#

Here is the screencast and these are the slides.

Additional Materials#