-
Notifications
You must be signed in to change notification settings - Fork 115
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
Running unit tests with Pytest is pulling in functional test requirements #4751
Labels
Comments
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 11, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 12, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 12, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 12, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 12, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 12, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 12, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 12, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 12, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 12, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 12, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 14, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 14, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 16, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
to mdellweg/pulpcore
that referenced
this issue
Dec 16, 2023
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes pulp#4751
mdellweg
added a commit
that referenced
this issue
Jan 9, 2024
This also provides new pulpcore_bindings and file_bindings fixtures that will provide all the bindings apis preconfigured. fixes #4751
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I should be able to exclusively run the unit tests without issues. However, it seems we're getting caught up on a pytest plugin that gets loaded, which then pulls in the functional test code, making the separation between unit tests and functional tests moot.
I think this pins it down a bit
To Reproduce
Run
pytest -v -r sx --color=yes {project}/tests/unit/
Additional context
Add any other context about the problem here. Please provide links to any previous discussions via Discourse or Bugzilla.
The text was updated successfully, but these errors were encountered: