test: add test case for miot storage

This commit is contained in:
topsworld
2024-12-13 18:08:10 +08:00
committed by Lucien Hsiao
parent 419d76e1ad
commit 2fe47aca61
3 changed files with 253 additions and 18 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-asyncio
pip install pytest pytest-asyncio pytest-dependency
- name: Check rule format with pytest
run: |