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
pytest tries to collect this exception and emit this warning:
PytestCollectionWarning: cannot collect test class 'TestException' because it has a __init__ constructor (from: tests/test_cli.py)
class TestException(Exception):
The text was updated successfully, but these errors were encountered:
module-build/tests/__init__.py
Lines 7 to 8 in 2dcd80a
pytest tries to collect this exception and emit this warning:
The text was updated successfully, but these errors were encountered: