comparison tests/bakes/test_special_root.yaml @ 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 6b6c5442c790
children 978ed6deea91
comparison
equal deleted inserted replaced
978:7e51d14097cb 979:45ad976712ec
1 --- 1 ---
2 config: 2 config:
3 site: 3 site:
4 root: /~john/public/ 4 root: /~john/public/
5 in: 5 in:
6 pages/about.md: 'URL: {{page.url}}, LINK: {{pcurl("missing")}}' 6 pages/about.html: 'URL: {{page.url}}, LINK: {{pcurl("missing")}}'
7 pages/_index.md: 'URL: {{page.url}}' 7 pages/_index.html: 'URL: {{page.url}}'
8 out: 8 outfiles:
9 about.html: 'URL: /%7Ejohn/public/about.html, LINK: /%7Ejohn/public/missing.html' 9 about.html: 'URL: /%7Ejohn/public/about.html, LINK: /%7Ejohn/public/missing.html'
10 index.html: 'URL: /%7Ejohn/public/' 10 index.html: 'URL: /%7Ejohn/public/'