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
3bb138cb
Commit
3bb138cb
authored
Mar 12, 2026
by
Eric Duminil
Browse files
make tasks
parent
e864a33c
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
3bb138cb
...
@@ -8,6 +8,9 @@ help: ## Show this help.
...
@@ -8,6 +8,9 @@ help: ## Show this help.
tests
:
##
Run detailed tests
tests
:
##
Run detailed tests
uv run pytest
-v
uv run pytest
-v
simple_tests
:
##
Run simple tests
,
without running SimStadt
uv run pytest
-v
-m
"not live"
simstadt
:
##
Run simstadt script
,
and display info about SimStadt
simstadt
:
##
Run simstadt script
,
and display info about SimStadt
uv run simstadt
uv run simstadt
...
@@ -34,3 +37,5 @@ upload_package_to_pypi: _check_upload build ## Upload PyPI package to https://py
...
@@ -34,3 +37,5 @@ upload_package_to_pypi: _check_upload build ## Upload PyPI package to https://py
install_editable
:
##
Install package in dev mode
install_editable
:
##
Install package in dev mode
pip
install
-e
.
pip
install
-e
.
.PHONY
:
help tests simstadt build
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