aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/payments/tests/conftest.py')
-rw-r--r--pyblackbird_cc/payments/tests/conftest.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyblackbird_cc/payments/tests/conftest.py b/pyblackbird_cc/payments/tests/conftest.py
new file mode 100644
index 0000000..7919170
--- /dev/null
+++ b/pyblackbird_cc/payments/tests/conftest.py
@@ -0,0 +1,6 @@
+import pytest
+
+
+@pytest.fixture
+def user_data():
+ return {"email": "testuser@example.com", "password": "testpassword123"}