Skip to content

Commit

Permalink
build(Taskfile): add 'monitor-accuracy-tests' command
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Dec 20, 2023
1 parent 34ca3f9 commit a76fdb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ tasks:
# Note: also update .codecov.yml when changing the target coverage.
- poetry run ptw -- -- {{.CLI_ARGS}} -rx --cov --cov-report=lcov:lcov.info --cov-report=term:skip-covered --cov-fail-under=90 tests/unit/

monitor-accuracy-tests:
desc: "Run unit tests and rerun them immediately upon file modification."
cmds:
- poetry run ptw --onpass="poetry run python -m tests.accuracy.structure_and_text.summarize_results" -- -- -rx tests/accuracy/

launch-docs:
desc: Start a local server to preview and automatically rebuild documentation upon file modification.
cmds:
Expand Down

0 comments on commit a76fdb8

Please sign in to comment.