Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Add integration pytest marks #2176

Merged
merged 2 commits into from
Jul 16, 2024
Merged

[CI] Add integration pytest marks #2176

merged 2 commits into from
Jul 16, 2024

Conversation

zachgk
Copy link
Contributor

@zachgk zachgk commented Jul 15, 2024

This adds marks to the pytest integration suite. They can be used to run suites of tests outside of just the class restrictions. Specifically, it is useful for running tests for a feature, backend, or instance type.

These marks are then integrated into the integration runner test suite. Using it, you can specify both keywords and marks for what tests to run to describe a test suite. We can also grow the marks to include more details and features to run specific components for testing.

Example run: https://github.com/deepjavalibrary/djl-serving/actions/runs/9944892966

@tosterberg

This adds marks to the pytest integration suite. They can be used to run
suites of tests outside of just the class restrictions. Specifically,
it is useful for running tests for a feature, backend, or instance
type.
@zachgk zachgk requested review from frankfliu and a team as code owners July 15, 2024 20:11
@zachgk zachgk merged commit 4367283 into master Jul 16, 2024
9 checks passed
@zachgk zachgk deleted the tests-marks branch July 16, 2024 17:15
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.

2 participants