comparison tests/servings/test_theme_site.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 3df808b133f8
children
comparison
equal deleted inserted replaced
978:7e51d14097cb 979:45ad976712ec
2 url: /foo.html 2 url: /foo.html
3 theme_config: 3 theme_config:
4 site: 4 site:
5 title: "Some Test Theme" 5 title: "Some Test Theme"
6 in: 6 in:
7 pages/foo.md: "This is: {{site.title}}" 7 pages/foo.html: "This is: {{site.title}}"
8 out: "This is: Some Test Theme" 8 out: "This is: Some Test Theme"
9 --- 9 ---
10 url: /foo.html 10 url: /foo.html
11 theme_config: 11 theme_config:
12 site: 12 site:
13 title: "Some Test Theme" 13 title: "Some Test Theme"
14 in: 14 in:
15 pages/foo.md: "This is: {{foo}}" 15 pages/foo.html: "This is: {{foo}}"
16 configs/theme_preview.yml: "foo: bar" 16 configs/theme_preview.yml: "foo: bar"
17 out: "This is: bar" 17 out: "This is: bar"
18 18