Mercurial > piecrust2
annotate tests/cli/test_showconfig.yaml @ 991:1857dbd4580f
bake: Fix bugs introduced by bake optimizations, of course.
- Make the execution stats JSON-serializable.
- Re-add ability to differentiate between sources used during segment rendering
and during layout rendering. Fixes problems with cache invalidation of
pages that use other sources.
- Make taxonomy-related stuff JSON-serializable.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 20 Nov 2017 23:06:47 -0800 |
parents | 982de61e7da9 |
children |
rev | line source |
---|---|
567
a65f04ddbea2
showconfig: Don't crash when the whole config should be shown.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 --- |
a65f04ddbea2
showconfig: Don't crash when the whole config should be shown.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 args: showconfig |
769
d841716d8e0d
tests: Add more `showconfig` tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
567
diff
changeset
|
3 --- |
d841716d8e0d
tests: Add more `showconfig` tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
567
diff
changeset
|
4 config: |
d841716d8e0d
tests: Add more `showconfig` tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
567
diff
changeset
|
5 site: |
d841716d8e0d
tests: Add more `showconfig` tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
567
diff
changeset
|
6 root: /something |
d841716d8e0d
tests: Add more `showconfig` tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
567
diff
changeset
|
7 args: showconfig site/root |
779
982de61e7da9
tests: Fix some CLI tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
769
diff
changeset
|
8 out: /something/ |
567
a65f04ddbea2
showconfig: Don't crash when the whole config should be shown.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
9 |