We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be318be commit 475d0daCopy full SHA for 475d0da
test/common.py
@@ -1,7 +1,6 @@
1
import pytest # noqa
2
from pytest import skip, raises # noqa
3
4
-
5
def assert_equal(expected, result):
6
print("Expected:\n%s\n" % expected)
7
print("Got:\n%s\n" % result)
0 commit comments