Mercurial > piecrust2
annotate pytest.ini @ 186:e61fbae61402
sources: Pass any current mode to `_populateMetadata` when finding pages.
Page sources like the `prose` source may need to open an existing page's
file to read stuff from it. This won't work if the metadata is populated as
part of finding a path to create a page (like when running `chef prepare`).
We pass the mode to `_populateMetadata` so the underlying class now knows
the current context in which it is called.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 04 Jan 2015 15:48:29 -0800 |
parents | 5effaf1978d0 |
children | 81a30a63c431 |
rev | line source |
---|---|
3
f485ba500df3
Gigantic change to basically make PieCrust 2 vaguely functional.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 [pytest] |
106
5effaf1978d0
Don't look for tests inside the `build` directory.
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
2 norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist build node_modules venv tmp* {args} |
3
f485ba500df3
Gigantic change to basically make PieCrust 2 vaguely functional.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 |