Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Add a ptest to the developer role #848

Closed
bmbouter opened this issue Jan 26, 2022 · 0 comments · Fixed by #849
Closed

Add a ptest to the developer role #848

bmbouter opened this issue Jan 26, 2022 · 0 comments · Fixed by #849
Assignees

Comments

@bmbouter
Copy link
Member

As a developer I am always trying to run the tests, but I always have to go look in the CI to remember the commands to do it.

For the functional tests it's usually something like:

    pytest -v -r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_ansible.tests.functional -m parallel -n 8
    pytest -v -r sx --color=yes --pyargs pulp_ansible.tests.functional -m "not parallel"

It would be great to have a ptest pulp_ansible that produces these ^ commands. Later we can also add the unit tests, but the way those are getting invoked is changing so let's just do the functional tests for now.

@bmbouter bmbouter self-assigned this Jan 26, 2022
bmbouter added a commit to bmbouter/pulp_installer that referenced this issue Jan 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant