feat(ci): pytest

This commit is contained in:
Barrett Ruth 2025-09-18 22:01:40 -04:00
parent ca6f8417c0
commit 51fd6e3676
8 changed files with 289 additions and 2 deletions

View file

@ -15,4 +15,9 @@ dev = [
"mypy>=1.18.2",
"types-beautifulsoup4>=4.12.0.20250516",
"types-requests>=2.32.4.20250913",
"pytest>=8.0.0",
"pytest-mock>=3.12.0",
]
[tool.pytest.ini_options]
pythonpath = ["."]