Mercurial > piecrust2
diff piecrust/appconfig.py @ 979:45ad976712ec
tests: Big push to get the tests to pass again.
- Lots of fixes everywhere in the code.
- Try to handle debug logging in the multiprocessing worker pool when running in pytest. Not perfect, but usable for now.
- Replace all `.md` test files with `.html` since now a auto-format extension always sets the format.
- Replace `out` with `outfiles` in most places since now blog archives are added to the bake output and I don't want to add expected outputs for blog archives everywhere.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 29 Oct 2017 22:51:57 -0700 |
parents | 6c445771a8dc |
children | 2323f0788170 |
line wrap: on
line diff
--- a/piecrust/appconfig.py Sun Oct 29 22:46:41 2017 -0700 +++ b/piecrust/appconfig.py Sun Oct 29 22:51:57 2017 -0700 @@ -391,6 +391,7 @@ sc.setdefault('ignore_missing_dir', False) sc.setdefault('data_endpoint', None) sc.setdefault('data_type', None) + sc.setdefault('default_layout', 'default') sc.setdefault('item_name', sn) sc.setdefault('items_per_page', 5) sc.setdefault('date_format', DEFAULT_DATE_FORMAT)