File: test_parser.py

package info (click to toggle)
python-anova-wifi 0.17.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 959; javascript: 8; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
4
5
6
7
import aiohttp

from anova_wifi import AnovaApi


async def test_can_create() -> None:
    AnovaApi(aiohttp.ClientSession(), "", "")