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
Is using pytest.skip('skipping due to missing ldap lib') instead of raise SkipTest(...) an option? pytest has its own skip functionality, and I'm not sure we need to support this for nose out of the box.
Originally reported by: Thomas De Schampheleire (BitBucket: patrickdepinguin, GitHub: patrickdepinguin)
In Kallithea, we have test code such as::
where the test is derived from unittest.TestCase, and SkipTest is imported from nose.plugins.skip.
The 'short test summary info' provided by pytest displays::
This line refers to unittest.py (handling the skip), rather than the actual test file that causes the skip.
What I expect is output like::
Related issues were reported a long time ago (they should probably be fixed/closed together with this one):
The text was updated successfully, but these errors were encountered: