We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e33bcf commit c500751Copy full SHA for c500751
mise.toml
@@ -4,7 +4,7 @@ run = "uv run python3 -m codegen.run"
4
5
[tasks.test]
6
description = "Run unit tests"
7
-run = "uv run pytest"
+run = "uv run pytest -s"
8
9
[tasks.bench]
10
description = "Run benchmarks"
0 commit comments