Port test suite from nose to pytest.
This just eliminates all errors on the tests collection. Elimination of failures is left to the next commit.
This commit is contained in:
parent
47dbad291e
commit
77dc60ea97
146 changed files with 1172 additions and 1277 deletions
2
tox.ini
2
tox.ini
|
|
@ -12,7 +12,7 @@ deps =
|
|||
-r{toxinidir}/requirements-dev.txt
|
||||
commands =
|
||||
{envpython} setup.py test
|
||||
nosetests {posargs}
|
||||
pytest -v {posargs}
|
||||
|
||||
[flake8]
|
||||
ignore = W503,W605,E128,E501,E203,E266,E501,E231
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue