You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Howitz created an issue 2015-09-03
If there is a test class which does not have a layer and the tester wants to run only this test class using -k py.test does not find the class and does not run its tests. The same seems to be true for the test methods on such a class.
The text was updated successfully, but these errors were encountered:
The README.rst says: "A doctest.DocFileSuite which does not have a layer is silently skipped. Use the built-in doctest abilities of pytest to run those tests."
Use `gcoept.pytestlayer.doctest.DocTestSuite` instead of `doctest.DocTestSuite` to circumvent the issue.
Co-authored-by: Steffen Allner <[email protected]>
transferred from bitbucket:
The text was updated successfully, but these errors were encountered: