summaryrefslogtreecommitdiff
path: root/tests/regrtest_data/fail_under_plus7_5.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regrtest_data/fail_under_plus7_5.py')
-rw-r--r--tests/regrtest_data/fail_under_plus7_5.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/regrtest_data/fail_under_plus7_5.py b/tests/regrtest_data/fail_under_plus7_5.py
new file mode 100644
index 000000000..fea27f4ec
--- /dev/null
+++ b/tests/regrtest_data/fail_under_plus7_5.py
@@ -0,0 +1,9 @@
+""""
+ pylint score: +7.50
+"""
+
+import os
+
+def func():
+ path = '/tmp'
+ os.path.exists(path)