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

Added posibility to forward arguments to PGTest when using the fixture. #2941

Merged
merged 1 commit into from
Jun 6, 2019

Conversation

espenfl
Copy link
Contributor

@espenfl espenfl commented May 28, 2019

When using pgtest, trough the fixtures we need the possibility for the user to request a specific pg_ctl version in case several versions are installed (sometimes in production systems, this is unavoidable). This should be rather general and could forward any present and upcoming valid parameters by issuing fixture_manager(pgtest={'some_arg': 'some_value'}). Of particular interest is fixture_manager(pgtest={'pg_ctl': '/somepath/pg_ctl'})

@coveralls
Copy link

Coverage Status

Coverage increased (+0.005%) to 72.685% when pulling a3a27e9df73cbcaece7f3a13ea36e651f89f5714 on espenfl:pgtest_argument_forwarding into b8eaffc on aiidateam:develop.

@coveralls
Copy link

coveralls commented May 28, 2019

Coverage Status

Coverage increased (+0.005%) to 72.921% when pulling 34ba72e on espenfl:pgtest_argument_forwarding into 3771945 on aiidateam:develop.

@espenfl espenfl force-pushed the pgtest_argument_forwarding branch 2 times, most recently from 8fb0f13 to 0bf518f Compare June 6, 2019 07:38
@espenfl espenfl force-pushed the pgtest_argument_forwarding branch from 0bf518f to 34ba72e Compare June 6, 2019 08:12
@sphuber sphuber self-requested a review June 6, 2019 15:10
Copy link
Contributor

@sphuber sphuber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @espenfl

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.

3 participants