diff options
author | John Anderson <sontek@gmail.com> | 2015-06-19 20:26:04 -0700 |
---|---|---|
committer | John Anderson <sontek@gmail.com> | 2015-06-19 20:26:04 -0700 |
commit | a7c1972dad8d4a1c7df6f22d24a6f3f03d0375fe (patch) | |
tree | 78215fe145ad0664a40680bc2a482e6927a26a6c /setup.cfg | |
parent | 67c4a2f698ae6fffcc6a5d742c6d0727f5d3187d (diff) | |
download | pymemcache-a7c1972dad8d4a1c7df6f22d24a6f3f03d0375fe.tar.gz |
Move to use pytest instead of nose
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,2 +1,13 @@ [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 |