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 9957598 commit 5280da5Copy full SHA for 5280da5
app/ch14_testing/final/tests/conftest.py
@@ -0,0 +1,6 @@
1
+from test_client import *
2
+
3
+# Let's be sure to use conftest.py for sharing fixtures across multiple files
4
+# Added after the recording but will help some folks.
5
+# For more info, see:
6
+# https://docs.pytest.org/en/6.2.x/fixture.html#conftest-py-sharing-fixtures-across-multiple-files
0 commit comments