Skip to content

Commit 5b12186

Browse files
committed
Test add_to_pydotorg.list_files
1 parent 6bc2e81 commit 5b12186

File tree

5 files changed

+659
-0
lines changed

5 files changed

+659
-0
lines changed

dev-requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pyfakefs
12
pytest
23
pytest-aiohttp
34
pytest-cov

dev-requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,10 @@ propcache==0.2.1 \
452452
# via
453453
# aiohttp
454454
# yarl
455+
pyfakefs==5.9.1 \
456+
--hash=sha256:b3c1f391f1990112ff6b0642182e75f07a6d7fcd81cf1357277680bf6c9b8a84 \
457+
--hash=sha256:ca02a1441dc77d7512bebfe4224b32f2127e83c45672f5fe2c02c33d4284bc70
458+
# via -r dev-requirements.in
455459
pytest==8.3.5 \
456460
--hash=sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820 \
457461
--hash=sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845

mypy-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
aiohttp==3.12.6
22
alive_progress # untyped :(
33
mypy==1.16.0
4+
pyfakefs
45
pytest
56
pytest-mock
67
python-gnupg # untyped :(

0 commit comments

Comments
 (0)