From 53de3248f5a8cb22139ee2c4444c17a9e272a3f7 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 16 Mar 2013 17:39:05 +0100 Subject: [PATCH] add tags to tests --- tests/run/delslice.py | 2 +- tests/run/slice2.pyx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/run/delslice.py b/tests/run/delslice.py index 4861cca..62521c6 100644 --- a/tests/run/delslice.py +++ b/tests/run/delslice.py @@ -1,5 +1,5 @@ # mode: run -# tag: del, slice +# tag: del, slicing def del_constant_start_stop(x): """ diff --git a/tests/run/slice2.pyx b/tests/run/slice2.pyx index e638d1f..b4d6da9 100644 --- a/tests/run/slice2.pyx +++ b/tests/run/slice2.pyx @@ -1,3 +1,6 @@ +# mode: run +# tag: slicing + def test_full(seq): """ >>> l = [1,2,3,4] -- 2.7.4