-
Notifications
You must be signed in to change notification settings - Fork 295
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
Improve invoke unittest #5435
Improve invoke unittest #5435
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anything that should be documented in nautobot/docs/development/core/getting-started.md
as a part of this PR?
Can you provide an example(s) of invoke unittest --pattern
? Seems useful.
When would you want to use --parallel-workers
instead of just --parallel
?
Added relevant examples to getting started. |
docker_command = f"run --workdir='/source/examples/example_app' --entrypoint '{command}' nautobot" | ||
docker_command = f"run --rm --workdir='/source/examples/example_app' --entrypoint '{command}' nautobot" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! Would be great to backport to develop
as well, but not urgent.
--------- Co-authored-by: Glenn Matthews <[email protected]>
Closes Nan
What's Changed
--pattern
argument toinvoke unittest
.--parallel-workers
argument toinvoke unittest
.