Skip to content

Commit 761cd35

Browse files
author
a.pirogov
committed
add dummy conftest.py, closes #9
1 parent fd254fd commit 761cd35

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""Global pytest configuration."""
2+
3+
# NOTE: you can put your pytest fixtures here.
4+
#
5+
# Fixtures are very useful for automating repetitive test preparations
6+
# (such as accessing resources or creating test input files)
7+
# which are needed in multiple similar tests.
8+
#
9+
# see: https://docs.pytest.org/en/6.2.x/fixture.html

0 commit comments

Comments
 (0)