diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2020-03-11 14:21:28 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-03-11 14:21:28 +0100 |
commit | 87681f72477d7bc19e2443203f0e88c10d1ef804 (patch) | |
tree | e208b31e7d1944db08a1298eb78362f45f4a18c6 /tests/functional/n | |
parent | 762e1a13601f5e205a6be1c8b5450f2c519b87de (diff) | |
download | pylint-git-87681f72477d7bc19e2443203f0e88c10d1ef804.tar.gz |
Add exclude_platforms to functional tests and use it for non_ascii_name check
Diffstat (limited to 'tests/functional/n')
-rw-r--r-- | tests/functional/n/non_ascii_name.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/n/non_ascii_name.rc b/tests/functional/n/non_ascii_name.rc new file mode 100644 index 000000000..ff09ea1f6 --- /dev/null +++ b/tests/functional/n/non_ascii_name.rc @@ -0,0 +1,3 @@ +[testoptions] +# This test cannot run on Windows due to Unicode error formatting. +exclude_platforms=win32 |