[Freeipa-devel] [freeipa PR#626][opened] Move helper code for integration plugin

tiran freeipa-github-notification at redhat.com
Mon Mar 20 11:00:34 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/626
Author: tiran
 Title: #626: Move helper code for integration plugin
Action: opened

PR body:
"""
Helper code for ```ipatests.pytest_plugins.integration``` was in ```ipatests.test_integration```. This doesn't play nice with pytests auto-discovery of test cases. Certain aspects of pytest are not available right away. For example ```pytest.config``` is generated after configuration stage but before discovery stage.

Now all helper code is next to the plugin in ```ipatests.pytest_plugins.integration``` (which is now a package).
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/626/head:pr626
git checkout pr626
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-626.patch
Type: text/x-diff
Size: 184815 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20170320/cbe29974/attachment.bin>


More information about the Freeipa-devel mailing list