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 9eb9cec commit 5d256b8Copy full SHA for 5d256b8
tests/test_doctest.py
@@ -4,6 +4,7 @@
4
5
6
def test_plugin_does_not_interfere_with_doctest_collection(pytester: Pytester):
7
+ pytester.makeini("[pytest]\nasyncio_default_fixture_loop_scope = function")
8
pytester.makepyfile(
9
dedent(
10
'''\
@@ -20,6 +21,7 @@ def any_function():
20
21
22
23
def test_plugin_does_not_interfere_with_doctest_textfile_collection(pytester: Pytester):
24
25
pytester.makefile(".txt", "") # collected as DoctestTextfile
26
27
__init__="",
0 commit comments