File: setup.cfg

package info (click to toggle)
bst-external 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 656 kB
  • sloc: python: 3,943; makefile: 53
file content (20 lines) | stat: -rw-r--r-- 472 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
[aliases]
test=pytest

[tool:pytest]
addopts = --verbose --basetemp ./tmp --cov=bst_external --cov-config .coveragerc
norecursedirs = integration-cache tmp __pycache__ .eggs
python_files = tests/*.py # Notice this line is different to main repo
pep8maxlinelength = 119
markers =
    datafiles: load datafiles
pep8ignore =
    * E129
    * E125
    doc/source/conf.py ALL
    tmp/* ALL
    */lib/python3* ALL
    */bin/* ALL
    .eggs/* ALL
env =
    D:BST_TEST_SUITE=True