-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpytest.ini
More file actions
38 lines (27 loc) · 672 Bytes
/
pytest.ini
File metadata and controls
38 lines (27 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[pytest]
addopts =
--pdbcls=IPython.terminal.debugger:Pdb
-r sxX
--show-capture=log
--cov=datafiles
--cov-report=html
--cov-report=term-missing:skip-covered
--no-cov-on-fail
xfail_strict = true
cache_dir = .cache
log_level = DEBUG
log_format = %(relpath)s:%(lineno)-4d %(levelname)5s: %(message)s
[pytest-watch]
ignore =.cache,htmlcov,tml
runner = pytest --failed-first --maxfail=1 --disable-warnings
clear = true
nobeep = true
wait = true
onpass =
echo &&
make check &&
echo `tput bold`All done!`tput sgr0` ✨ 🍰 ✨ &&
echo &&
make mkdocs &&
echo `tput bold`All done!`tput sgr0` ✨ 🍰 ✨ &&
echo