Skip to content

Commit e88f756

Browse files
committed
chore: add pytest and mypy
1 parent 5b9d310 commit e88f756

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
pythonpath = src

requirements.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
requests==2.22.0
1+
certifi==2024.7.4
2+
chardet==3.0.4
3+
charset-normalizer==3.3.2
4+
idna==2.8
5+
iniconfig==2.0.0
6+
mypy==1.11.0
7+
mypy-extensions==1.0.0
8+
packaging==24.1
9+
pluggy==1.5.0
10+
pytest==8.3.2
11+
requests==2.32.3
12+
typing_extensions==4.12.2
13+
urllib3==2.2.2

0 commit comments

Comments
 (0)