| Sat, 28 Jul 2018 20:21:59 +0100 |
Christof Meerwald |
keep test code in sync with real implementation
|
| Tue, 24 Jul 2018 22:41:39 +0100 |
Christof Meerwald |
fixed memorydb string encoding
|
| Tue, 24 Jul 2018 23:04:42 +0000 |
Joseph Myers |
Python 3 preparation: update calls to dict methods.
|
| Tue, 24 Jul 2018 22:18:30 +0000 |
Joseph Myers |
Python 3 preparation: use exec(compile(open().read())) instead of execfile().
|
| Tue, 24 Jul 2018 22:08:17 +0000 |
Joseph Myers |
Python 3 preparation: change "x.has_key(y)" to "y in x".
|
| Tue, 24 Jul 2018 21:39:58 +0000 |
Joseph Myers |
Python 3 preparation: "raise" syntax.
|
| Thu, 19 Apr 2018 17:03:11 +0200 |
Ralf Schlatterbeck |
Fix tests for memorydb and anydbm backends
|
| Fri, 10 Jun 2016 18:24:47 +1000 |
John Kristensen |
Remove 'import *' statement from test/memorydb.py
|
| Sat, 06 Jul 2013 12:10:50 +0200 |
Ralf Schlatterbeck |
Fix minor problems in tests
|
| Tue, 23 Apr 2013 23:06:09 -0400 |
John Rouillard |
Implementation for:
|
| Wed, 16 Nov 2011 09:51:38 -0500 |
Eric S. Raymond |
Remove keyword expansions from CVS. All regression tests passed afterwards.
|
| Mon, 12 Jul 2010 04:02:25 +0000 |
Richard Jones |
memorydb API consistency fix
|
| Tue, 23 Feb 2010 03:20:17 +0000 |
Richard Jones |
The email for the first message on an issue...
|
| Mon, 08 Feb 2010 08:30:37 +0000 |
Richard Jones |
don't have mailgw tests close the db - they're not testing persistence
|
| Mon, 08 Feb 2010 04:30:48 +0000 |
Richard Jones |
Make memorydb pass all tests;
|
| Fri, 05 Feb 2010 05:10:52 +0000 |
Richard Jones |
make some more memorydb tests pass
|
| Fri, 05 Feb 2010 04:10:06 +0000 |
Richard Jones |
minor fix to memorydb
|
| Tue, 02 Feb 2010 04:44:18 +0000 |
Richard Jones |
add in-memory hyperdb implementation to speed up testing
|