Commit 8c470d97 authored by Stefan Behnel's avatar Stefan Behnel

ignore CmdLine.py in coverage tests

parent e199017f
...@@ -583,7 +583,7 @@ if __name__ == '__main__': ...@@ -583,7 +583,7 @@ if __name__ == '__main__':
if options.coverage: if options.coverage:
coverage.stop() coverage.stop()
ignored_modules = ('Options', 'Version', 'DebugFlags') ignored_modules = ('Options', 'Version', 'DebugFlags', 'CmdLine')
modules = [ module for name, module in sys.modules.items() modules = [ module for name, module in sys.modules.items()
if module is not None and if module is not None and
name.startswith('Cython.Compiler.') and name.startswith('Cython.Compiler.') and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment