Mercurial > wikked
diff pytest.ini @ 402:abb808261396
cm: Don't find unit tests in `benchmarks`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 11 Jan 2017 00:51:47 -0800 |
parents | 6457416ac7d7 |
children |
line wrap: on
line diff
--- a/pytest.ini Sun Oct 25 08:47:53 2015 -0700 +++ b/pytest.ini Wed Jan 11 00:51:47 2017 -0800 @@ -1,3 +1,3 @@ [pytest] -norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist node_modules venv tmp* {args} +norecursedirs = benchmarks .* _darcs CVS .svn .git .hg *.egg-info dist node_modules venv tmp* {args}