File: const.py

package info (click to toggle)
switchbot-api 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: python: 591; makefile: 20
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (2)
1
2
3
4
5
"""Constants for tests."""

MOCK_HOST = "api.switch-bot.com"

MOCK_URL = f"https://{MOCK_HOST}/v1.1"