From: Stefan Behnel Date: Sat, 16 Mar 2013 16:39:05 +0000 (+0100) Subject: add tags to tests X-Git-Tag: 0.19b1~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53de3248f5a8cb22139ee2c4444c17a9e272a3f7;p=platform%2Fupstream%2Fpython-cython.git add tags to tests --- 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]