File: setup.cfg

package info (click to toggle)
pyclipper 1.3.0.post6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 316 kB
  • sloc: cpp: 4,101; python: 369; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[metadata]
description_file = README.rst

[aliases]
test = pytest

[tool:pytest]
testpaths = tests
addopts =
    # run py.test in verbose mode
    -v
    # show extra test summary info
    -r a