Mercurial > piecrust2
annotate pytest.ini @ 64:9ae3237365eb
PieCrust 1 import: clean empty directories and convert some config values.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 29 Aug 2014 08:06:17 -0700 |
parents | f485ba500df3 |
children | 5effaf1978d0 |
rev | line source |
---|---|
3
f485ba500df3
Gigantic change to basically make PieCrust 2 vaguely functional.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 [pytest] |
f485ba500df3
Gigantic change to basically make PieCrust 2 vaguely functional.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist node_modules venv tmp* {args} |
f485ba500df3
Gigantic change to basically make PieCrust 2 vaguely functional.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 |