Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 83e43b0

Browse files
committed
Add poe test
1 parent 74aa170 commit 83e43b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ combine-as-imports = true
6161

6262
# Dev workflow tasks
6363

64+
[tool.poe.tasks.test]
65+
cmd = "pytest"
66+
help = "Run tests"
67+
6468
[tool.poe.tasks.generate]
6569
script = "tests.generate:main"
6670
help = "Generate test cases"

0 commit comments

Comments
 (0)