Pytest Operations

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Executing A Single Test

Executing a Single Test in a Module

pytest test_mod.py::test_func

Executing a Single Test in a Class

pytest test_mod.py::TestClass::test_method