Author: Brian Kearns <bdkea...@gmail.com>
Branch: 
Changeset: r69733:37e17ee041e2
Date: 2014-03-05 15:47 -0500
http://bitbucket.org/pypy/pypy/changeset/37e17ee041e2/

Log:    be more explicit

diff --git a/pypy/objspace/std/test/test_listobject.py 
b/pypy/objspace/std/test/test_listobject.py
--- a/pypy/objspace/std/test/test_listobject.py
+++ b/pypy/objspace/std/test/test_listobject.py
@@ -1557,12 +1557,17 @@
 
 
 class AppTestListObjectWithRangeList(AppTestListObject):
+    """Run the list object tests with range lists enabled. Tests should go in
+    AppTestListObject so they can be run -A against CPython as well.
+    """
     spaceconfig = {"objspace.std.withrangelist": True}
 
 
 class AppTestRangeListForcing:
     """Tests for range lists that test forcing. Regular tests should go in
-    AppTestListObject so they can be run -A against CPython as well.
+    AppTestListObject so they can be run -A against CPython as well. Separate
+    from AppTestListObjectWithRangeList so we don't silently overwrite tests
+    with the same names.
     """
     spaceconfig = {"objspace.std.withrangelist": True}
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to