mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
608719df91
Run with "tox -e coverage". Uses a new helper module (allmydata.test.run_trial) to let us import+execute trial without knowing exactly where the "trial" binary lives, which helps with using "coverage run" under tox.
11 lines
219 B
INI
11 lines
219 B
INI
# -*- mode: conf -*-
|
|
|
|
[run]
|
|
# only record trace data for allmydata.*
|
|
source =
|
|
allmydata
|
|
# and don't trace the test files themselves, or generated files
|
|
omit =
|
|
*/allmydata/test/*
|
|
*/allmydata/_version.py
|