diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-01-09 21:25:42 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-01-09 21:25:42 -0500 |
commit | 442a0ba30c5c803e649331d8c6e1e449fcc1a161 (patch) | |
tree | 3b16654a7aefe3b688164ba7da19cd9a81be8f14 /tests | |
parent | 521be8203abbcb8308311dd1584b311e5b476f1a (diff) | |
download | python-coveragepy-git-442a0ba30c5c803e649331d8c6e1e449fcc1a161.tar.gz |
Peter Portante's coroutine support, but it doesn't work yet.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_cmdline.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py index 3e92dc7e..99bae516 100644 --- a/tests/test_cmdline.py +++ b/tests/test_cmdline.py @@ -20,6 +20,7 @@ class CmdLineTest(CoverageTest): defaults.coverage( cover_pylib=None, data_suffix=None, timid=None, branch=None, config_file=True, source=None, include=None, omit=None, debug=None, + coroutine=None, ) defaults.annotate( directory=None, ignore_errors=None, include=None, omit=None, morfs=[], |