Skip to content

Commit d8263e2

Browse files
committed
Updated docs.
1 parent 5748166 commit d8263e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

domdf_python_tools/testing.py

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"only_windows",
6464
"not_pypy",
6565
"only_pypy",
66+
"pytest_report_header",
6667
]
6768

6869

@@ -373,6 +374,8 @@ def my_test(tmp_pathplus: PathPlus):
373374
def pytest_report_header(config, startdir):
374375
"""
375376
Prints the start time of the pytest session.
377+
378+
.. versionadded:: 1.2.0
376379
"""
377380

378381
return f"Test session started at {datetime.datetime.now():%H:%M:%S}"

0 commit comments

Comments
 (0)