annotate pytest.ini @ 492:eacacee352f7

core: Don't URL-encode endpoint separators (`:`). This makes endpoint URLs nicer looking.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 07 Nov 2018 23:19:43 -0800
parents abb808261396
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
227
6457416ac7d7 Added `pytest` configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 [pytest]
402
abb808261396 cm: Don't find unit tests in `benchmarks`.
Ludovic Chabant <ludovic@chabant.com>
parents: 227
diff changeset
2 norecursedirs = benchmarks .* _darcs CVS .svn .git .hg *.egg-info dist node_modules venv tmp* {args}
227
6457416ac7d7 Added `pytest` configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3