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 | 47306666e44f0c83c5f3b64ea5cedb1d27657d83 (patch) | |
| tree | 84e48123aa3fb9c8aa9f61237510aa90d40d01dd /tests/test_cmdline.py | |
| parent | c83032da703361e6235aa551eccaab40ad5f7c51 (diff) | |
| download | python-coveragepy-47306666e44f0c83c5f3b64ea5cedb1d27657d83.tar.gz | |
Peter Portante's coroutine support, but it doesn't work yet.
Diffstat (limited to 'tests/test_cmdline.py')
| -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 3e92dc7..99bae51 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=[], |
