We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd254fd commit 761cd35Copy full SHA for 761cd35
1 file changed
{{ cookiecutter.__project_slug }}/tests/conftest.py
@@ -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