URL: https://github.com/freeipa/freeipa/pull/475 Title: #475: Add options to run only ipaclient unittests
martbab commented: """ Oh my, every time I think about something nice that should work there is some corner case that ruins it. I guess that one way to work around it would be to keep the `try: ... except importError` guards in the offending modules and add skip markers like `@pytest.mark.skipif(ipaserver is None, "ipaserver module unavailable")` or skip whole modules. As a side note, I really wish that our test suite would be a little less... um, special. """ See the full comment at https://github.com/freeipa/freeipa/pull/475#issuecomment-283084101
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code