Mercurial > wikked
annotate pytest.ini @ 385:003316f77d3a
docs: Add JQuery as a bower package.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 04 Oct 2015 09:51:50 -0700 |
parents | 6457416ac7d7 |
children | abb808261396 |
rev | line source |
---|---|
227
6457416ac7d7
Added `pytest` configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 [pytest] |
6457416ac7d7
Added `pytest` configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist node_modules venv tmp* {args} |
6457416ac7d7
Added `pytest` configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 |