projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e199017
)
ignore CmdLine.py in coverage tests
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 26 Oct 2008 17:39:02 +0000
(18:39 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 26 Oct 2008 17:39:02 +0000
(18:39 +0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index a954ea19d61b87293d20e6f541d730f3ce2ba515..7538cf7054bfc7e5630d42fab1c219f838655291 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-583,7
+583,7
@@
if __name__ == '__main__':
if options.coverage:
coverage.stop()
- ignored_modules = ('Options', 'Version', 'DebugFlags')
+ ignored_modules = ('Options', 'Version', 'DebugFlags'
, 'CmdLine'
)
modules = [ module for name, module in sys.modules.items()
if module is not None and
name.startswith('Cython.Compiler.') and