Brian Okken
Brian Okken
I'm sorry you're having trouble. Could you include an example test file that shows the error? And please include the full output, including the pytest header with versions. Here's one...
@vbpatel73 Is this still an issue for you?
no response from filer
I'm able to reproduce the problem. I'll look into it. Hopefully soon.
Hmmm. just tried again and it seemed to work fine. This is on a mac. I'll try again on a PC. test_problem.py: ```python from pytest_check import check def test_multiple_failures(): with...
Is this still a problem for you?
Can't recreate on windows either. Closing issue
@ant1kdream I believe the import statement is incorrect. Try changing: `import pytest_check as check` to: `from pytest_check import check` That should fix the problem you are seeing.
The documentation is perhaps the culprit of the confusion.