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
2
.github/workflows/pcb-tools.yml
vendored
2
.github/workflows/pcb-tools.yml
vendored
|
|
@ -18,9 +18,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements-dev.txt
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pip install pytest
|
||||
pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue