Skip to content

Commit

Permalink
Add pytest to CI (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Jun 27, 2022
1 parent 867a8b9 commit 543ac3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:
run: isort --check scripts custom_components matter_server/client matter_server/common matter_server/server
- name: test show stored node script
run: python3 -m scripts.show_stored_node tests/fixtures/nodes/lighting-example-app.json
- name: Pytest
run: pytest tests
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
isort==5.10.1
black==22.3.0
flake8==4.0.1
pytest==7.1.2
File renamed without changes.

0 comments on commit 543ac3d

Please sign in to comment.