Skip to content

Conversation

@tdstein
Copy link
Collaborator

@tdstein tdstein commented Dec 13, 2024

Adds PYTEST_ARGS environment variable integration/Makefile. This allows additional arguments to be passed to pytest at runtime. For example, PYTEST_ARGS='-k TestJobs' make latest will execute as pytest -k TestJobs.

This change also includes other quality-of-life improvements to the Makefile.

@github-actions
Copy link

github-actions bot commented Dec 13, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2131 1982 93% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: cd6725c by action🐍

Adds PYTEST_ARGS environment variable to integration/Makefile. This
allows additional arguments to be passed to pytest at runtime. For
example \"PYTEST_ARGS='-k TestJobs' make latest\" will execute as
\"pytest -k TestJobs\"
@tdstein tdstein force-pushed the tdstein/pytest-arguments branch from 171d011 to cd6725c Compare December 13, 2024 15:02
@tdstein tdstein marked this pull request as ready for review December 13, 2024 15:02
@tdstein tdstein merged commit c6be01f into main Dec 13, 2024
35 checks passed
@tdstein tdstein deleted the tdstein/pytest-arguments branch December 13, 2024 15:10
tdstein added a commit that referenced this pull request Dec 13, 2024
Adds PYTEST_ARGS environment variable `integration/Makefile`. This
allows additional arguments to be passed to pytest at runtime. For
example, `PYTEST_ARGS='-k TestJobs' make latest` will execute as `pytest
-k TestJobs`.

This change also includes other quality-of-life improvements to the
Makefile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants