Skip to content

Commit 7768e23

Browse files
Create conftest.py
1 parent 056f4af commit 7768e23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/conftest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)