summaryrefslogtreecommitdiff
path: root/tests/sitecustomize.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sitecustomize.py')
-rw-r--r--tests/sitecustomize.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/sitecustomize.py b/tests/sitecustomize.py
new file mode 100644
index 0000000..50d281f
--- /dev/null
+++ b/tests/sitecustomize.py
@@ -0,0 +1,5 @@
+try:
+ import coverage
+ getattr(coverage, 'process_startup', lambda: None)()
+except ImportError:
+ pass