UWPCE-PythonCert / PythonCertDevel

Development Repo for the Certificate Program
https://uwpce-pythoncert.github.io/PythonCertDevel/index.html
Other
7 stars 15 forks source link

Add better example to pytest_fixtures.py #106

Open PythonCHB opened 6 years ago

PythonCHB commented 6 years ago

the fixtures are kinda of do-nothing.

better a simple example that actually does something -- opens a file, or ???

or even examples with the dict, but have some tests edit the dict, so we can see that the fixture function gets re-run each time.

and somethign useful for teardown.