Skip to content

Commit 6b15783

Browse files
committed
make assertion error messages work correctly
1 parent f324f26 commit 6b15783

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: end_to_end_tests/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
""" Generate a complete client and verify that it is correct """
2+
import pytest
3+
4+
pytest.register_assert_rewrite("end_to_end_tests.end_to_end_test_helpers")

0 commit comments

Comments
 (0)