From 44c56e199a7ecfd70470beb8b34fc44b07aaac6f Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 7 Apr 2011 12:52:50 +0200 Subject: [PATCH] added tags to test files --- tests/run/generators.pyx | 2 ++ tests/run/lambda_T195.pyx | 2 ++ tests/run/lambda_class_T605.pyx | 2 ++ tests/run/lambda_module_T603.pyx | 3 +++ 4 files changed, 9 insertions(+) diff --git a/tests/run/generators.pyx b/tests/run/generators.pyx index b38a48b4..cd1742c9 100644 --- a/tests/run/generators.pyx +++ b/tests/run/generators.pyx @@ -1,3 +1,5 @@ +# mode: run +# tag: generators try: from builtins import next # Py3k diff --git a/tests/run/lambda_T195.pyx b/tests/run/lambda_T195.pyx index 88b44aef..fdbde998 100644 --- a/tests/run/lambda_T195.pyx +++ b/tests/run/lambda_T195.pyx @@ -1,3 +1,5 @@ +# mode: run +# tag: lambda # ticket: 195 __doc__ = u""" diff --git a/tests/run/lambda_class_T605.pyx b/tests/run/lambda_class_T605.pyx index 23ff8c14..82e1ff8a 100644 --- a/tests/run/lambda_class_T605.pyx +++ b/tests/run/lambda_class_T605.pyx @@ -1,3 +1,5 @@ +# mode: run +# tag: lambda # ticket: 605 cdef int cdef_CONST = 123 diff --git a/tests/run/lambda_module_T603.pyx b/tests/run/lambda_module_T603.pyx index 246a4517..245f8693 100644 --- a/tests/run/lambda_module_T603.pyx +++ b/tests/run/lambda_module_T603.pyx @@ -1,4 +1,7 @@ +# mode: run +# tag: lambda # ticket: 603 + # Module scope lambda functions __doc__ = """ -- 2.26.2