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 056f4af commit 7768e23Copy full SHA for 7768e23
tests/conftest.py
@@ -0,0 +1,5 @@
1
+import pytest
2
+
3
+@pytest.fixture(scope = 'module')
4
+def global_data():
5
+ return {'apikey': "YOUR_API_KEY"}
0 commit comments