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:
parent
404384cf91
commit
ef589a0640
20 changed files with 2349 additions and 2097 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue