summaryrefslogtreecommitdiff
path: root/tests/modules/pkg1/p1a.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/pkg1/p1a.py')
-rw-r--r--tests/modules/pkg1/p1a.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/modules/pkg1/p1a.py b/tests/modules/pkg1/p1a.py
new file mode 100644
index 00000000..be5fcdd3
--- /dev/null
+++ b/tests/modules/pkg1/p1a.py
@@ -0,0 +1,5 @@
+import os, sys
+
+# Invoke functions in os and sys so we can see if we measure code there.
+x = sys.getcheckinterval()
+y = os.getcwd()