enowars / enochecker_test

Automatically test services/checker using the enochecker API
MIT License
0 stars 4 forks source link

Fix pytest assert rewriting #4

Closed ldruschk closed 3 years ago

ldruschk commented 3 years ago

https://docs.pytest.org/en/stable/reference.html#pytest-register-assert-rewrite

by default pytest only rewrites asserts for tests discovered through the built-in test discovery mechanisms

Trolldemorted commented 3 years ago

Are there pytest-asserts which we could use without rewriting magic?

ldruschk commented 3 years ago

Are there pytest-asserts which we could use without rewriting magic?

I don't think so