summaryrefslogtreecommitdiff
path: root/tests/functional/b/bad_open_mode.txt
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-22 14:48:54 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-30 08:06:15 +0200
commita70a1990d6881d3f131d040192aba438e508fb81 (patch)
tree3aab9a600656bcec5609a6251d77442bb36a0a0f /tests/functional/b/bad_open_mode.txt
parent46a96978eb3be5d7cd7689a9614c9a8a25dc6d2a (diff)
downloadpylint-git-a70a1990d6881d3f131d040192aba438e508fb81.tar.gz
Remove functional test configuration for python version <=3.6.0
We're only supporting python version > 3.6 so this became useless configuration.
Diffstat (limited to 'tests/functional/b/bad_open_mode.txt')
-rw-r--r--tests/functional/b/bad_open_mode.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/b/bad_open_mode.txt b/tests/functional/b/bad_open_mode.txt
new file mode 100644
index 000000000..1ea232598
--- /dev/null
+++ b/tests/functional/b/bad_open_mode.txt
@@ -0,0 +1,6 @@
+bad-open-mode:12:0::"""rwx"" is not a valid mode for open."
+bad-open-mode:13:0::"""rr"" is not a valid mode for open."
+bad-open-mode:14:0::"""+"" is not a valid mode for open."
+bad-open-mode:15:0::"""xw"" is not a valid mode for open."
+bad-open-mode:21:0::"""Ua"" is not a valid mode for open."
+bad-open-mode:22:0::"""Ur++"" is not a valid mode for open."