Mercurial > piecrust2
annotate pytest.ini @ 546:6ef89b31ddda 2.0.0b3
internal: Fix a severe bug with the file-system wrappers on OSX.
`os.walk` is expected to support modifying its return values `dirnames` and
`filenames` so that you can filter out items that need to be iterated upon.
I was previously returning a different list in the wrappers, which means
filtering was completely broken.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 01 Aug 2015 08:09:53 -0700 |
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 |