diff options
Diffstat (limited to 'tests/atf_python/__init__.py')
-rw-r--r-- | tests/atf_python/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/atf_python/__init__.py b/tests/atf_python/__init__.py new file mode 100644 index 000000000000..6d5ec22ef054 --- /dev/null +++ b/tests/atf_python/__init__.py @@ -0,0 +1,4 @@ +import pytest + +pytest.register_assert_rewrite("atf_python.sys.net.rtsock") +pytest.register_assert_rewrite("atf_python.sys.net.vnet") |