File: pytest.ini

package info (click to toggle)
python-keyring 10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 265
  • sloc: python: 1,250; sh: 12; makefile: 9
file content (4 lines) | stat: -rw-r--r-- 147 bytes parent folder | download
1
2
3
4
[pytest]
norecursedirs=dist build .tox
addopts=--doctest-modules --ignore keyring/backends/_OS_X_API.py
doctest_optionflags=ALLOW_UNICODE ELLIPSIS