mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-06-21 15:20:00 +08:00
test: add test case for miot event
This commit is contained in:
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -23,4 +23,8 @@ jobs:
|
||||
|
||||
- name: Check rule format with pytest
|
||||
run: |
|
||||
pytest -v -s ./test/check_rule_format.py
|
||||
pytest -v -s -m github ./test/check_rule_format.py
|
||||
|
||||
- name: Unit test with pytest
|
||||
run: |
|
||||
pytest -v -s -m github ./test/
|
||||
|
Reference in New Issue
Block a user