log tests/mockutil.py @ 1150:97b1b46cc156

age author description
Sun, 19 Nov 2017 14:29:17 -0800 Ludovic Chabant bake: Big pass on bake performance.
Tue, 17 Oct 2017 01:07:30 -0700 Ludovic Chabant tests: First pass on making unit tests work again.
Mon, 10 Oct 2016 21:41:59 -0700 Ludovic Chabant config: Cleanup config loading code. Add support for a `local.yml` config.
Fri, 12 Jun 2015 17:09:19 -0700 Ludovic Chabant bake: Enable multiprocess baking.
Sun, 17 May 2015 15:28:00 -0700 Ludovic Chabant tests: Also mock `open` in Jinja to be able to use templates in bake tests.
Sun, 03 May 2015 18:47:10 -0700 Ludovic Chabant serve: Giant refactor to change how we handle data when serving pages.
Fri, 17 Apr 2015 16:05:28 -0700 Ludovic Chabant tests: Add more utility functions to the mock file-system.
Wed, 15 Apr 2015 16:38:55 -0700 Ludovic Chabant tests: Remove debug output.
Fri, 03 Apr 2015 11:20:30 -0700 Ludovic Chabant tests: Add `os.rename` to the mocked functions.
Tue, 31 Mar 2015 22:38:56 -0700 Ludovic Chabant tests: Raise an exception instead of crashing rudely.
Sun, 29 Mar 2015 23:04:12 -0700 Ludovic Chabant tests: Add utility function to create multiple mock pages in one go.
Tue, 13 Jan 2015 20:40:22 -0800 Ludovic Chabant tests: Remove debug output.
Sun, 04 Jan 2015 14:55:41 -0800 Ludovic Chabant tests: Patch `os.path.exists` and improve patching for `open`.
Sun, 04 Jan 2015 14:53:13 -0800 Ludovic Chabant tests: Add help functions to get and render a simple page.
Sun, 09 Nov 2014 14:46:23 -0800 Ludovic Chabant Better error management and removal support in baking/processing.
Wed, 03 Sep 2014 17:27:50 -0700 Ludovic Chabant Add a `BakeScheduler` to handle build dependencies. Add unit-tests.
Wed, 20 Aug 2014 23:16:51 -0700 Ludovic Chabant New site layout support.
Wed, 20 Aug 2014 21:46:27 -0700 Ludovic Chabant More unit tests, fix a bug with the skip patterns.
Tue, 19 Aug 2014 14:30:19 -0700 Ludovic Chabant Fix problems with asset URLs.
Tue, 19 Aug 2014 11:06:48 -0700 Ludovic Chabant Mock `os.path.isfile`, and fix a few other test utilities.
Mon, 18 Aug 2014 16:47:44 -0700 Ludovic Chabant Fixes for Windows, make `findPagePath` return a ref path.
Sat, 16 Aug 2014 08:15:30 -0700 Ludovic Chabant More Python 3 fixes, modularization, and new unit tests.
Sun, 10 Aug 2014 23:43:16 -0700 Ludovic Chabant Gigantic change to basically make PieCrust 2 vaguely functional.