Skip to content

David-Lor/pytest-talk-examples

Repository files navigation

pyTest talk - examples + notebook (ES)

Test

Requirements

  • Python >= 3.6 (virtual env recommended)
  • requirements listed in requirements.txt

Running tests

Run ALL tests with:

pytest -sv

Run individual tests with (example):

# Only A1
pytest -sv examples/A_helloworld/test_A1_helloworld.py

# All modules in B_before_after package
pytest -sv examples/B_before_after

About

Examples for PyTest introduction talk

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published