Skip to content

Commit

Permalink
fix test runner, we do not have a separate tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed May 14, 2015
1 parent 47bd6f1 commit 195c8ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -7,4 +7,5 @@ docs = develop easy_install pyramid_rpc[docs]

[nosetests]
match=^test
where=pyramid_rpc
nocapture=1
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -26,15 +26,15 @@ commands =
[testenv:py2-cover]
commands =
pip install pyramid_rpc[testing,amf]
coverage run --source=pyramid_rpc,tests {envbindir}/nosetests
coverage run --source=pyramid_rpc {envbindir}/nosetests
coverage xml -o coverage-py2.xml
setenv =
COVERAGE_FILE=.coverage.py2

[testenv:py3-cover]
commands =
pip install pyramid_rpc[testing]
coverage run --source=pyramid_rpc,tests {envbindir}/nosetests
coverage run --source=pyramid_rpc {envbindir}/nosetests
coverage xml -o coverage-py3.xml
setenv =
COVERAGE_FILE=.coverage.py3
Expand Down

0 comments on commit 195c8ac

Please sign in to comment.