Mercurial > wikked
annotate pytest.ini @ 445:b8db406cc5e4
web: Fix UI bugs and do a few improvements.
- Fix problems introduced by upgrading to the latest PureCSS.
- Simplify CSS/JS includes into the page.
- Add a bit of shadow to the body when the search field is focused/expanded.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 03 Jan 2018 00:58:09 -0800 |
parents | abb808261396 |
children |
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 |