Tue, 06 Sep 2016 01:00:25 +0200 |
Thomas Waldmann |
remove our own usage of python_compatibility module
|
Thu, 20 Aug 2009 15:08:50 +0200 |
Thomas Waldmann |
merged moin/1.8
|
Sun, 09 Aug 2009 01:30:45 +0200 |
Thomas Waldmann |
support py.test 1.0 funcargs (thanks to Holger Krekel for the patch)
|
Sun, 09 Aug 2009 01:30:45 +0200 |
Thomas Waldmann |
support py.test 1.0 funcargs (thanks to Holger Krekel for the patch)
|
Sat, 18 Jul 2009 17:05:18 +0200 |
Dmitrijs Milajevs |
Groups2009: request.groups initialization was cleaned up.
|
Sat, 18 Jul 2009 17:04:44 +0200 |
Dmitrijs Milajevs |
Groups2009: dicts and groups instead of group_manager_init and dict_manager_init are used.
|
Sun, 31 May 2009 21:17:34 +0200 |
Dmitrijs Milajevs |
Groups 2009: Moin.groups.GroupManager is initialized with a request initialization.
|
Sat, 27 Dec 2008 19:03:30 +0100 |
Ronny Pfannschmidt |
fixed wsgiapplication tests
|
Tue, 23 Sep 2008 00:53:18 +0200 |
Thomas Waldmann |
merged moin/1.8 repo (tests need more fixing)
|
Fri, 22 Aug 2008 22:58:18 +0200 |
Thomas Waldmann |
merge moin/1.8 repo
|
Mon, 18 Aug 2008 11:24:58 +0200 |
Florian Krupicka |
Move imports of werkzeug solely into the MoinMoin.web package (to make bundled werkzeug really work)
|
Mon, 14 Jul 2008 13:16:57 +0200 |
Florian Krupicka |
Added werkzeug.test.Client for blackbox application testing (headers, status, output)
|
Wed, 09 Jul 2008 21:53:52 +0200 |
Florian Krupicka |
Fix tests: small fixes after merge
|
Sat, 28 Jun 2008 17:20:18 +0200 |
Florian Krupicka |
Replace conftest-Request with new WSGI-based request
|
Sun, 24 Aug 2008 17:09:31 +0200 |
Alexander Schremmer |
Removed unittest compat code. All unit tests were migrated to py.test.
|
Sun, 24 Aug 2008 16:35:51 +0200 |
Thomas Waldmann |
tests: do not use TestConfig class name because py.test thinks that is a test
|
Sun, 24 Aug 2008 16:01:27 +0200 |
Thomas Waldmann |
tests: minor cleanups, remove unused code, fix (c)
|
Sun, 24 Aug 2008 02:01:34 +0200 |
Thomas Waldmann |
Refactored TestConfig creation for py.test based unit tests.
|
Fri, 15 Aug 2008 23:20:11 +0200 |
Alexander Schremmer |
Backed out changeset 28442c70f757, it introduced the idea to create the request more
|
Sun, 10 Aug 2008 02:18:10 +0200 |
Thomas Waldmann |
Fix conftest:
|
Thu, 31 Jul 2008 14:17:19 +0200 |
Alexander Schremmer |
Insert moins path more aggressively into sys.path to win the race against py.test, do insertions less often in make_test_wiki
|
Fri, 07 Mar 2008 09:13:46 +0100 |
Thomas Waldmann |
fix. misc problems found by pydev (unused/double imports, unused attributes, ...)
|
Mon, 25 Feb 2008 03:41:39 +0100 |
Thomas Waldmann |
logging: make it work correctly by doing logging configuration very early
|
Sat, 23 Feb 2008 22:59:30 +0100 |
Thomas Waldmann |
refactor logging usage
|
Sat, 23 Feb 2008 21:43:47 +0100 |
Thomas Waldmann |
make logging more configurable and flexible, packages/modules shall call MoinMoin.server.getLogger
|
Fri, 30 Nov 2007 15:30:20 +0100 |
Thomas Waldmann |
enable logging to stderr with py.test tests
|
Fri, 03 Aug 2007 13:30:42 +0200 |
Thomas Waldmann |
moved python2.3/2.4 compatibility code to MoinMoin.support.python_compatibility (thanks to Heinrich Wendel)
|
Thu, 05 Jul 2007 21:23:29 +0200 |
Reimar Bauer |
rename server and request Implementations by adding a prefix server_, request_
|
Mon, 02 Jul 2007 23:33:20 +0200 |
Thomas Waldmann |
Big PEP8 and whitespace cleanup
|
Mon, 02 Jul 2007 18:43:52 +0200 |
Alexander Schremmer |
Fix conftest to allow generative tests.
|
Sat, 30 Jun 2007 17:30:39 +0200 |
Thomas Waldmann |
fixed some typos
|
Wed, 20 Jun 2007 14:56:00 +0200 |
Thomas Waldmann |
fix formatter setup for tests, skip broken dom_xml formatter test, add small/big to text_xml formatter (ported from 1.6)
|
Fri, 20 Apr 2007 00:58:44 +0200 |
Alexander Schremmer |
Added a small comment
|
Fri, 20 Apr 2007 00:12:50 +0200 |
Alexander Schremmer |
Changed tests to use py.test. Also changed the semantics a bit - the test wiki directory is only created freshly if it does not exist.
|