Files
deb-python-pymemcache/setup.cfg
John Anderson a622fa142c Setup pytest configuration for benchmarks
Using tox -e py27 -- -m benchmark or pytest -m benchmark you can
now run the benchmarking tests
2015-07-02 09:00:02 -07:00

23 lines
427 B
INI

[wheel]
universal = true
[pytest]
norecursedirs = build docs/_build *.egg .tox *.venv
addopts =
--verbose
--tb=short
--capture=no
# show extra test summary info as specified by chars (f)ailed, (E)error,
# (s)skipped, (x)failed, (X)passed.
-rfEsxX
--cov=pymemcache --cov-report=xml --cov-report=term-missing
-m unit
markers =
unit
integration
benchmark
[flake8]
show-source = True