diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-03-18 03:46:22 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-03-18 03:46:22 (GMT) |
commit | b7ec8e5a9e1e48aed6c217f505fa38b7461e0989 (patch) | |
tree | 747e18e6a0c48e7240526748dcc4cdef356e7661 /Misc/NEWS | |
parent | 20bda581e3f95a8fa9057a7d63f09d00b4e425cc (diff) | |
download | cpython-b7ec8e5a9e1e48aed6c217f505fa38b7461e0989.zip cpython-b7ec8e5a9e1e48aed6c217f505fa38b7461e0989.tar.gz cpython-b7ec8e5a9e1e48aed6c217f505fa38b7461e0989.tar.bz2 |
test_errno was a no-op test; now it actually tests things and uses unittest.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,8 @@ Library Tests ----- +- Rewrite test_errno to use unittest and no longer be a no-op. + - GHOP 234: Convert test_extcall to doctest. - GHOP 290: Convert test_dbm and test_dummy_threading to unittest. |