Commit 3bb138cb authored by Eric Duminil's avatar Eric Duminil
Browse files

make tasks

parent e864a33c
...@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment