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

Use the cache to reuse a running container #1

Open
goodboy opened this issue Oct 24, 2017 · 0 comments
Open

Use the cache to reuse a running container #1

goodboy opened this issue Oct 24, 2017 · 0 comments

Comments

@goodboy
Copy link
Collaborator

goodboy commented Oct 24, 2017

Downloading and spinning up brand new containers each test run is time consuming.
Consider using the pytest cache to allow for starting and stopping the same container if specified by the user via a --reuse-container or similar flag.

Ideally a previously created container is used which can either be specified by uuid or is inferred from the available containers and names/tagging.

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

No branches or pull requests

1 participant