From 701b88b996fb415b71b7f1828feffd95d2879612 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 2 May 2020 22:19:21 +0200 Subject: Remove tests related to mixed-indentation --- tests/functional/m/mixed_indentation.py | 10 ---------- tests/functional/m/mixed_indentation.txt | 2 -- 2 files changed, 12 deletions(-) delete mode 100644 tests/functional/m/mixed_indentation.py delete mode 100644 tests/functional/m/mixed_indentation.txt diff --git a/tests/functional/m/mixed_indentation.py b/tests/functional/m/mixed_indentation.py deleted file mode 100644 index 724ecff7a..000000000 --- a/tests/functional/m/mixed_indentation.py +++ /dev/null @@ -1,10 +0,0 @@ -"""test mixed tabs and spaces""" -from __future__ import print_function - -def spaces_func(): - """yo""" - print("yo") - -def tab_func(): - """yo""" # [mixed-indentation] - print("yo") # [mixed-indentation] diff --git a/tests/functional/m/mixed_indentation.txt b/tests/functional/m/mixed_indentation.txt deleted file mode 100644 index d4857e666..000000000 --- a/tests/functional/m/mixed_indentation.txt +++ /dev/null @@ -1,2 +0,0 @@ -mixed-indentation:9::Found indentation with tabs instead of spaces -mixed-indentation:10::Found indentation with tabs instead of spaces -- cgit v1.2.1