commit | 27ec1a773c92b6a9a144a45334ce2b38ae6118b6 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Mon Apr 24 04:32:47 2006 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Mon Apr 24 04:32:47 2006 +0000 |
tree | 6a28287c74ea14cffec3065a27b20620ec3099b4 | |
parent | 877cf234c903310d1b4bae41178d1921599783ee [diff] [blame] |
Add unit tests for the -m and -c command line switches
diff --git a/Misc/NEWS b/Misc/NEWS index 5a89d9c..4d58aa1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -158,6 +158,8 @@ Tests ----- +- test_cmd_line now checks operation of the -m and -c command switches + - The test_contextlib test in 2.5a1 wasn't actually run unless you ran it separately and by hand. It also wasn't cleaning up its changes to the current Decimal context.