From 0018075fe97cb74c1167ed10acada1688ca3f653 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 3 Jan 2013 07:28:55 +0100 Subject: [PATCH] add test tags --- tests/run/generator_expressions_nested.pyx | 1 + tests/run/genexpr_iterable_lookup_T600.pyx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/tests/run/generator_expressions_nested.pyx b/tests/run/generator_expressions_nested.pyx index 8fb2619..359d729 100644 --- a/tests/run/generator_expressions_nested.pyx +++ b/tests/run/generator_expressions_nested.pyx @@ -1,4 +1,5 @@ # mode: run +# tag: genexpr # cython: language_level=3 """ diff --git a/tests/run/genexpr_iterable_lookup_T600.pyx b/tests/run/genexpr_iterable_lookup_T600.pyx index 6a71eda..5a140a1 100644 --- a/tests/run/genexpr_iterable_lookup_T600.pyx +++ b/tests/run/genexpr_iterable_lookup_T600.pyx @@ -1,4 +1,6 @@ +# mode: run # ticket: 600 +# tag: genexpr cimport cython -- 2.7.4