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
a61f5adf
Commit
a61f5adf
authored
Mar 12, 2026
by
Eric Duminil
Browse files
test group
parent
b7397fde
Changes
2
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
View file @
a61f5adf
...
@@ -18,7 +18,7 @@ dependencies = [
...
@@ -18,7 +18,7 @@ dependencies = [
simstadtpy
=
"simstadtpy:main"
simstadtpy
=
"simstadtpy:main"
[dependency-groups]
[dependency-groups]
dev
=
["pytest>=8.0"]
test
=
["pytest>=8.0"]
[tool.pytest.ini_options]
[tool.pytest.ini_options]
testpaths
=
["tests"]
testpaths
=
["tests"]
...
...
uv.lock
View file @
a61f5adf
...
@@ -946,7 +946,7 @@ dependencies = [
...
@@ -946,7 +946,7 @@ dependencies = [
]
]
[package.dev-dependencies]
[package.dev-dependencies]
dev
= [
test
= [
{ name = "pytest" },
{ name = "pytest" },
]
]
...
@@ -959,7 +959,7 @@ requires-dist = [
...
@@ -959,7 +959,7 @@ requires-dist = [
]
]
[package.metadata.requires-dev]
[package.metadata.requires-dev]
dev
= [{ name = "pytest", specifier = ">=8.0" }]
test
= [{ name = "pytest", specifier = ">=8.0" }]
[[package]]
[[package]]
name = "six"
name = "six"
...
...
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