projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5173f9e
)
added tags to test files
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 7 Apr 2011 10:52:50 +0000
(12:52 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 7 Apr 2011 10:52:50 +0000
(12:52 +0200)
tests/run/generators.pyx
patch
|
blob
|
history
tests/run/lambda_T195.pyx
patch
|
blob
|
history
tests/run/lambda_class_T605.pyx
patch
|
blob
|
history
tests/run/lambda_module_T603.pyx
patch
|
blob
|
history
diff --git
a/tests/run/generators.pyx
b/tests/run/generators.pyx
index b38a48b49d21c7f456d400bbc87381cf61eadabe..cd1742c954a2aef97c580a6f148b53f2f47712ff 100644
(file)
--- 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 88b44aef3c8bf50d222748f2770e7bdfa27240d2..fdbde9982e68142fb2cb6ca821a00e3a58452688 100644
(file)
--- 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 23ff8c149bbd60c6e5c02b3da4f8fb2bf262d2cf..82e1ff8a7086c96c2ef288b122db7b1d2dcadce1 100644
(file)
--- 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 246a4517c12823e2642471a80287e5eaa4f4d29a..245f869377712205305bfacbafde8d06f2b3c33a 100644
(file)
--- 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__ = """