diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-12-21 07:59:14 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-12-21 07:59:14 -0500 |
commit | c83032da703361e6235aa551eccaab40ad5f7c51 (patch) | |
tree | 67bc5105887a0592c53b6f5f5b8eaa635e6d007e /TODO.txt | |
parent | ea7b292810c5c6eda5df93a33e287e9a29da825c (diff) | |
download | python-coveragepy-c83032da703361e6235aa551eccaab40ad5f7c51.tar.gz |
Use assertRaises as a context manager now that we can.
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ Key: + "with" statements - .format() ? + try/except/finally - - with assertRaises + + with assertRaises + exec statement can look like a function in py2 (since when?) - runpy ? |