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

Python acceptance tests #4404

Merged
merged 7 commits into from
Mar 7, 2024
Merged

Python acceptance tests #4404

merged 7 commits into from
Mar 7, 2024

Conversation

dirkkul
Copy link
Contributor

@dirkkul dirkkul commented Mar 6, 2024

What's being changed:

Adds framework for python acceptance test

This:

  • allows to run python tests from the standard run.sh script
    • can also be used directly using pytest -n auto *path*
  • Adds an extra CI job
  • automatically creates a venv with the correct dependencies and activates it

All tests are run in parallel by default and clean up before and after their execution

@dirkkul dirkkul requested a review from a team as a code owner March 6, 2024 12:14
test/run.sh Outdated Show resolved Hide resolved
Copy link

sonarcloud bot commented Mar 6, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
21.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@dirkkul dirkkul merged commit d2b3897 into stable/v1.24 Mar 7, 2024
33 of 35 checks passed
@dirkkul dirkkul deleted the python_acceptance_tests branch March 7, 2024 06:56
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.

None yet

2 participants