Skip to content

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 a team and frankfliu as code owners July 15, 2024 20:11
@zachgk zachgk merged commit 4367283 into master Jul 16, 2024
@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