Skip to content

Commit 788afed

Browse files
committed
sq
aaaaaaaaaaaaaaaaaaaaa Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 148f097 commit 788afed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,9 @@ def test_my_file(p, results_dir):
411411
during doc tests, it will return None.
412412
"""
413413
try:
414-
results_dir = defs.TEST_RESULTS_DIR / request.node.originalname / request.node.name
414+
results_dir = (
415+
defs.TEST_RESULTS_DIR / request.node.originalname / request.node.name
416+
)
415417
except AttributeError:
416418
return None
417419
results_dir.mkdir(parents=True, exist_ok=True)

0 commit comments

Comments
 (0)