From: Stefan Behnel Date: Thu, 7 Apr 2011 10:52:50 +0000 (+0200) Subject: added tags to test files X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=44c56e199a7ecfd70470beb8b34fc44b07aaac6f;p=cython.git added tags to test files --- 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__ = """