Python-bloggers

pytest Cheat Sheet

This article was first published on Python - datawookie , and kindly contributed to python-bloggers. (You can report issue about the content on this page here)
Want to share your content on python-bloggers? click here.

Notes to self on using pytest.

Options

Run Specific Tests

pytest test_file.py
pytest test_file.py::test_function
To leave a comment for the author, please follow the link and comment on their blog: Python - datawookie .

Want to share your content on python-bloggers? click here.
Exit mobile version