Mercurial > piecrust2
diff pytest.ini @ 106:5effaf1978d0
Don't look for tests inside the `build` directory.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 15 Oct 2014 21:18:27 -0700 |
parents | f485ba500df3 |
children | 81a30a63c431 |
line wrap: on
line diff
--- a/pytest.ini Wed Sep 17 21:49:25 2014 -0700 +++ b/pytest.ini Wed Oct 15 21:18:27 2014 -0700 @@ -1,3 +1,3 @@ [pytest] -norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist node_modules venv tmp* {args} +norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist build node_modules venv tmp* {args}