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

Include markers for each system test environment #3960

Closed
Rebits opened this issue Feb 16, 2023 · 0 comments
Closed

Include markers for each system test environment #3960

Rebits opened this issue Feb 16, 2023 · 0 comments
Assignees

Comments

@Rebits
Copy link
Member

Rebits commented Feb 16, 2023

Description

System tests belong to different environments. Currently, there is not exist workaround to easily run all the tests of an environment. For this reason is suggested to create marks for each environment. This will make possible to run all test of the selected environment using pytest markers. For example, for running all the test of the basic_cluster we will run:

python3 -m pytest -m basic_cluster_env
@Rebits Rebits self-assigned this Feb 16, 2023
Rebits added a commit that referenced this issue Feb 16, 2023
Rebits added a commit that referenced this issue Feb 16, 2023
Rebits added a commit that referenced this issue Feb 16, 2023
Rebits added a commit that referenced this issue Feb 16, 2023
jmv74211 pushed a commit that referenced this issue Feb 17, 2023
* feat(#3960): include markers for system env

* docs(#3960): include #3961 changelog

* fix(#3960): group sync default marker

* style(#3960): format markers

* style(#3960): pycodestyle errors

* fix(#3960): test_integrity_sync env marker
Rebits added a commit that referenced this issue Feb 21, 2023
Deblintrake09 pushed a commit that referenced this issue Apr 24, 2023
* feat(#3960): include markers for system env

* docs(#3960): include #3961 changelog

* fix(#3960): group sync default marker

* style(#3960): format markers

* style(#3960): pycodestyle errors

* fix(#3960): test_integrity_sync env marker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants