Andreas Wacknitz
2024-04-04 aa5629f8abf120463b72331be95665d0dc55eba4
commit | author | age
1cf713 1 https://github.com/pytest-dev/pytest/issues/12186
0e2a0d 2
1cf713 3 --- hypothesis-hypothesis-python-6.100.0/hypothesis-python/tests/nocover/test_baseexception.py.orig
MT 4 +++ hypothesis-hypothesis-python-6.100.0/hypothesis-python/tests/nocover/test_baseexception.py
0e2a0d 5 @@ -125,6 +125,6 @@
MT 6          exception=exc_name, strategy="things()" if use_composite else "st.none()"
7      )
8      test_file = str(testdir.makepyfile(code))
9cf9c3 9 -    pytest_stdout = str(testdir.runpytest_inprocess(test_file, "--tb=native", "-p", "no:reporter").stdout)
MT 10 +    pytest_stdout = str(testdir.runpytest_inprocess(test_file, "--tb=native", "-p", "no:checkdocs", "-p", "no:reporter").stdout)
0e2a0d 11      assert "x=101" in pytest_stdout
MT 12      assert exc_name in pytest_stdout
1cf713 13 --- hypothesis-hypothesis-python-6.100.0/hypothesis-python/tests/nocover/test_scrutineer.py.orig
MT 14 +++ hypothesis-hypothesis-python-6.100.0/hypothesis-python/tests/nocover/test_scrutineer.py
0e2a0d 15 @@ -54,7 +54,7 @@
MT 16      test_file = str(testdir.makepyfile(file_contents))
17      pytest_stdout = str(
18          testdir.runpytest_inprocess(
9cf9c3 19 -            test_file, "--tb=native", "-p", "no:black", "-p", "no:cov", "-p", "no:mypy", "-p", "no:reporter"
MT 20 +            test_file, "--tb=native", "-p", "no:black", "-p", "no:checkdocs", "-p", "no:cov", "-p", "no:mypy", "-p", "no:reporter"
0e2a0d 21          ).stdout
MT 22      )
23