Skip to content

Handle test failures without a line number - #47

Merged
utgwkk merged 1 commit into
pytest-dev:mainfrom
Tenzer:handle-test-failures-without-linenumber
Dec 8, 2021
Merged

Handle test failures without a line number#47
utgwkk merged 1 commit into
pytest-dev:mainfrom
Tenzer:handle-test-failures-without-linenumber

Conversation

@Tenzer

@Tenzer Tenzer commented Dec 8, 2021

Copy link
Copy Markdown
Contributor

This can happen with Pytest plugins such as pytest-mypy which emits test
failures (type checking errors) differently than Pytest normally does for
regular unit tests.

The errors will instead be reported against the file as a whole.

Fixes #46.

This can happen with Pytest plugins such as pytest-mypy which emits test
failures (type checking errors) differently than Pytest normally does for
regular unit tests.

The errors will instead be reported against the file as a whole.

Fixes #46.
@utgwkk

utgwkk commented Dec 8, 2021

Copy link
Copy Markdown
Member

Thank you!

@utgwkk
utgwkk merged commit 7166e0b into pytest-dev:main Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

INTERNALERROR when used with pytest-mypy

2 participants