summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-08 12:24:53 +0000
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-08 12:24:53 +0000
commitdbcdf0bb49e1a68ffeab0f94defa2874810e8372 (patch)
tree357c75d3a74b8ec26122aa034bce354f37783b22 /Misc
parenta58ffd2540263a512c6486ae0c106eacc6995f46 (diff)
downloadcpython-dbcdf0bb49e1a68ffeab0f94defa2874810e8372.tar.gz
Merged revisions 78734-78735 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78734 | florent.xicluna | 2010-03-06 19:07:18 +0100 (sam, 06 mar 2010) | 2 lines Create test_genericpath.CommonTest and reuse it to test other path modules. ........ r78735 | florent.xicluna | 2010-03-06 19:52:52 +0100 (sam, 06 mar 2010) | 2 lines Minor tweaking of previous r78734, and add a NEWS entry. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index de9e4f2250..7022280934 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -847,6 +847,9 @@ Documentation
Tests
-----
+- The four path modules (genericpath, macpath, ntpath, posixpath) share a
+ common TestCase for some tests: test_genericpath.CommonTest.
+
- Print platform information when running the whole test suite, or using
the --verbose flag.