Migrate to pytest (#111)

* Migrate to pytest

All tests were update to use pytest.

Tests were alse black formatted. Eventually all code
will be black formatted but need to merge some PRs first.
This commit is contained in:
Paulo Henrique Silva 2019-11-26 00:37:41 -03:00 committed by GitHub
parent 404384cf91
commit ef589a0640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 2349 additions and 2097 deletions

View file

@ -55,6 +55,6 @@ Dependencies for developing and testing pcb-tools are listed in requirements-dev
(venv)$ pip install -r requirements-dev.txt
(venv)$ pip install -e .
We use nose to run pcb-tools's suite of unittests and doctests.
We use [pytest](https://docs.pytest.org/en/latest/) to run pcb-tools's suite of unittests and doctests.
(venv)$ nosetests
(venv)$ pytest