File: nose2.cfg

package info (click to toggle)
python-stetl 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 90,360 kB
  • sloc: python: 5,618; xml: 707; sql: 430; makefile: 147; sh: 71
file content (12 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Testing via nose2, see https://nose2.readthedocs.io/
#
# $ pip3 install nose2
# or
# $ pip3 install -r requirements-dev.txt)
# $ nose2
#
# nose2 automatically uses this file.
[unittest]
start-dir=tests
nocapture=1
verbosity=2