annotate pytest.ini @ 476:71114096433c

core: Add support for Markdown extensions, add header anchor extension. - New configuration option to specify Markdown extensions. - Enable some extensions by default. - Add CSS to make tables pretty. - Add extension to generate anchors next to each HTML heading. - Provide CSS to show those anchors on mouse-hover.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 11 Oct 2018 23:24:06 -0700
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