Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
c3aa78f0
Commit
c3aa78f0
authored
Mar 13, 2026
by
Eric Duminil
Browse files
Adding coverage
parent
7bc7e470
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
c3aa78f0
...
...
@@ -13,3 +13,4 @@ wheels/
old/
.cache
.coverage
pyproject.toml
View file @
c3aa78f0
...
...
@@ -19,7 +19,7 @@ dependencies = [
simstadt
=
"simstadt:main"
[dependency-groups]
dev
=
["pytest>
=
8.0
", "
rich
"]
dev
=
["pytest>
=
8.0
", "
rich
"
, "
pytest-cov
"
]
[tool.pytest.ini_options]
testpaths
=
["tests"]
...
...
uv.lock
View file @
c3aa78f0
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment