summaryrefslogtreecommitdiffstats
path: root/test/stubs/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/stubs/process.py')
-rw-r--r--test/stubs/process.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/stubs/process.py b/test/stubs/process.py
new file mode 100644
index 0000000..8695c96
--- /dev/null
+++ b/test/stubs/process.py
@@ -0,0 +1,6 @@
+class ProcessWrapper():
+
+ @staticmethod
+ def call(*args, **kwargs):
+ """Fake process call"""
+ return 0