File: setup.cfg

package info (click to toggle)
astroml 0.4.post1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 892 kB
  • sloc: python: 5,492; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
[tool:pytest]
addopts = --doctest-plus
doctest_plus = enabled
doctest_rst = True
testspaths = astroML doc examples
doctest_optionflags = FLOAT_CMP ELLIPSIS NORMALIZE_WHITESPACE