Skip to content

Commit b354350

Browse files
committed
Improve comments in Justfile
1 parent 07562ef commit b354350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ setup-tests:
4949
uv run --no-project --with-requirements requirements-test.txt -m piper.download_voices --debug --download-dir tests/ '{{piper_voice}}'
5050
cd tests && [ ! -e kaldi_model ] && curl -L -C - -o kaldi_model.zip '{{kaldi_model_url}}' && unzip -o kaldi_model.zip || true
5151

52+
# Common args: --lf
5253
test *args='':
5354
uv run --no-project --with-requirements requirements-test.txt --with-requirements requirements-editable.txt -m pytest {{args}}
5455

56+
# Test package after building wheel into wheels/ directory. Runs tests from within tests/ directory to prevent importing kaldi_active_grammar from source tree
5557
test-package *args='':
56-
@# Run within tests directory to prevent importing kaldi_active_grammar from source tree
5758
uv run -v --no-project --with-requirements ../requirements-test.txt --with kaldi-active-grammar --find-links wheels/ --directory tests/ -m pytest {{args}}

0 commit comments

Comments
 (0)