File: setup.cfg

package info (click to toggle)
labgrid 0.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,232 kB
  • sloc: python: 17,045; makefile: 30; sh: 12
file content (10 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[aliases]
test = pytest
[tool:pytest]
testpaths = tests labgrid
addopts = -p no:labgrid
[yapf]
dedent_closing_brackets = true
coalesce_brackets = true
[build_sphinx]
warning-is-error = 1