http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/test/mocknull.py Mercurial Repository: p/roundup/code: test/mocknull.py history 2019-04-08T21:46:21-04:00 Adding tests for csrf protection for rest. Also test disabling of http://hg.code.sf.net:8000/p/roundup/code/#changeset-b1ab8bd18e797c758bf404d57c93e6b9269a5363 John Rouillard rouilj@ieee.org 2019-04-08T21:46:21-04:00 2019-04-08T21:46:21-04:00
changeset b1ab8bd18e79
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Adding tests for csrf protection for rest. Also test disabling of
pretty printing.
files
Python 3 compatibility for missing / mock value http://hg.code.sf.net:8000/p/roundup/code/#changeset-ad8031290639223244ac7759d4b464db367c2f6c Christof Meerwald cmeerw@cmeerw.org 2018-07-24T21:39:37+01:00 2018-07-24T21:39:37+01:00
changeset ad8031290639
branch
bookmark
tag
user Christof Meerwald <cmeerw@cmeerw.org>
description Python 3 compatibility for missing / mock value
files
fix MissingValue / MockNull to return False on __bool__ and add a http://hg.code.sf.net:8000/p/roundup/code/#changeset-a35d4cc8cd1a8cd6526bce50b6c0f6fc4c2cd7f0 Christof Meerwald cmeerw@cmeerw.org 2018-07-23T21:45:05+01:00 2018-07-23T21:45:05+01:00
changeset a35d4cc8cd1a
branch
bookmark
tag
user Christof Meerwald <cmeerw@cmeerw.org>
description fix MissingValue / MockNull to return False on __bool__ and add a
__contains__ to support 'in' operator correctly
files
Python 3 preparation: use __bool__ instead of __nonzero__. http://hg.code.sf.net:8000/p/roundup/code/#changeset-3757449e00c45fc8c3c8e1dce2af063468dcdb2d Joseph Myers jsm@polyomino.org.uk 2018-07-24T23:50:25+00:00 2018-07-24T23:50:25+00:00
changeset 3757449e00c4
branch
bookmark
tag
user Joseph Myers <jsm@polyomino.org.uk>
description Python 3 preparation: use __bool__ instead of __nonzero__.

Tool-assisted patch. __nonzero__ = __bool__ included for Python 2
compatibility.
files
.gettext() facility is vital for many roundup objects. http://hg.code.sf.net:8000/p/roundup/code/#changeset-79fd8537ae3b5ca1f4fec4c825a2d41b1940f3b0 Alexander Smishlajev a1s@users.sourceforge.net 2004-09-26T11:54:46+00:00 2004-09-26T11:54:46+00:00
changeset 79fd8537ae3b
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description .gettext() facility is vital for many roundup objects.

lots of tests failed because MockNull objects
returned inappropriate value from .gettext().
files
*** empty log message *** http://hg.code.sf.net:8000/p/roundup/code/#changeset-24d3b25a91576b33c6324b080464cbef9357ac5c Richard Jones richard@users.sourceforge.net 2004-07-03T22:40:27+00:00 2004-07-03T22:40:27+00:00
changeset 24d3b25a9157
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description *** empty log message ***
files