File: setup.cfg

package info (click to toggle)
python-boolean.py 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: python: 2,081; makefile: 13; sh: 4
file content (25 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (2)
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
[metadata]
license_files =
    LICENSE.txt
    README.rst
    CHANGELOG.rst

[tool:pytest]
norecursedirs =
    .git
    dist
    build
    docs
    .cache
    tmp

python_files = *.py

python_classes=Test
python_functions=test

addopts =
    -rfExXw
    --strict-markers
    --ignore setup.py
    --doctest-modules