summaryrefslogtreecommitdiff
path: root/tests/patcher_test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patcher_test_base.py')
-rw-r--r--tests/patcher_test_base.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/patcher_test_base.py b/tests/patcher_test_base.py
new file mode 100644
index 0000000..35039a0
--- /dev/null
+++ b/tests/patcher_test_base.py
@@ -0,0 +1,6 @@
+# no standard tests in this file, ignore
+__test__ = False
+
+import socket
+import urllib
+print("base {0} {1}".format(socket, urllib))