aboutsummaryrefslogtreecommitdiff
path: root/dep/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'dep/tests/conftest.py')
-rw-r--r--dep/tests/conftest.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/dep/tests/conftest.py b/dep/tests/conftest.py
new file mode 100644
index 00000000..33cd83b2
--- /dev/null
+++ b/dep/tests/conftest.py
@@ -0,0 +1,11 @@
+import pytest
+
+
+
+
+@pytest.fixture
+def stubargs():
+ class TestArgs(object):
+ dependencies = ['./Dependencies0']
+ command = 'verify'
+ return TestArgs() \ No newline at end of file