From 539681fffd96082ca3b5d18643d4f08f65c47170 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 5 Jul 2014 06:14:29 +0100 Subject: tests: Rename test scripts, changing - to _ for consistency. From now on, all new tests must use underscore. Addresses issue #727. --- tests/basics/compare-multi.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/basics/compare-multi.py (limited to 'tests/basics/compare-multi.py') diff --git a/tests/basics/compare-multi.py b/tests/basics/compare-multi.py deleted file mode 100644 index 1abd18067d..0000000000 --- a/tests/basics/compare-multi.py +++ /dev/null @@ -1,4 +0,0 @@ -print(1 < 2 < 3) -print(1 < 2 < 3 < 4) -print(1 > 2 < 3) -print(1 < 2 > 3) -- cgit v1.2.3