Skip to content

Commit b8bb7d9

Browse files
committed
update poe command to specify unit_test dir
1 parent 45f43e1 commit b8bb7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ fix-and-check = {sequence = ["fix-all", "check-all"], help = "Lint-fix and forma
170170

171171
# PyTest tasks
172172
pytest = {cmd = "poetry run coverage run -m pytest --durations=10", help = "Run all pytest tests."}
173-
pytest-fast = {cmd = "poetry run coverage run -m pytest --durations=5 --exitfirst -m 'not flaky and not slow and not requires_creds'", help = "Run pytest tests, failing fast and excluding slow tests."}
173+
pytest-fast = {cmd = "poetry run coverage run -m pytest unit_tests --durations=5 --exitfirst -m 'not flaky and not slow and not requires_creds'", help = "Run pytest tests, failing fast and excluding slow tests."}
174174
unit-test-with-cov = {cmd = "poetry run pytest -s unit_tests --cov=airbyte_cdk --cov-report=term --cov-config ./pyproject.toml", help = "Run unit tests and create a coverage report."}
175175

176176
# Combined check tasks (other)

0 commit comments

Comments
 (0)