Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 395 Bytes

Fixture, conftest in pytest

Based on the following videos, I created calculation.py and test_calculation.py.


166. pytest
167. Exception testing with pytest
170. conftest in pytest
171. fixture in pytest


✅ Fixture by request.config
✅ Conftest.py
✅ Parametrization

References

Python 3 from Silicon Valley coding style. Udemy.