test: add test case for miot event

This commit is contained in:
topsworld
2024-12-13 16:51:09 +08:00
committed by Lucien Hsiao
parent adb915d60c
commit 419d76e1ad
6 changed files with 88 additions and 1 deletions

View File

@ -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/