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

Introduce --pulp-fake option for development/testing #41

Merged
merged 1 commit into from
Aug 25, 2021

Conversation

rohanpm
Copy link
Member

@rohanpm rohanpm commented Aug 24, 2021

pubtools-pulplib comes with a full-featured fake client which implements
all the same API as a real client, but with a simple in-memory
implementation instead of calling out to a real server.

Enable the usage of this client for all the tasks in pubtools-pulp.
This is never expected to be used in production, but can be useful for
development as it removes the hard dependency on a real writable
Pulp server in order to realistically exercise the code within this
project.

pubtools-pulplib comes with a full-featured fake client which implements
all the same API as a real client, but with a simple in-memory
implementation instead of calling out to a real server.

Enable the usage of this client for all the tasks in pubtools-pulp.
This is never expected to be used in production, but can be useful for
development as it removes the hard dependency on a real writable
Pulp server in order to realistically exercise the code within this
project.
@rohanpm rohanpm marked this pull request as ready for review August 24, 2021 06:20
@rohanpm rohanpm requested a review from a team August 24, 2021 06:20
@rohanpm rohanpm merged commit 88aa2c7 into release-engineering:master Aug 25, 2021
@rohanpm rohanpm deleted the pulp-fake branch August 25, 2021 23:25
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

Successfully merging this pull request may close these issues.

None yet

2 participants