File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11* .egg-info
2+ .coverage
23.direnv /
34.envrc
45/.idea
56/build
67/dist
78/internal /util /version.txt
8- /python /coglet /_version.py
99/python /cog /command /cog-schema- *
1010/python /cog /server /http /cog-server- *
11+ /python /coglet /_version.py
1112/uv.lock
1213__pycache__
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ dev = [
2222]
2323
2424test = [
25+ ' pytest-cov' ,
2526 ' pytest' ,
2627 ' pytest-asyncio' ,
2728 ' tqdm' ,
@@ -35,6 +36,12 @@ build-backend = 'setuptools.build_meta'
3536ignore = [' W009' ]
3637
3738[tool .pytest .ini_options ]
39+ addopts = [
40+ ' -v' ,
41+ ' --cov' ,
42+ ' --cov-report=term' ,
43+ ' --cov-report=html' ,
44+ ]
3845asyncio_default_fixture_loop_scope = ' function'
3946filterwarnings = [
4047 ' ignore::ImportWarning' ,
You can’t perform that action at this time.
0 commit comments