add stream, studiomode tests

This commit is contained in:
2025-04-26 15:53:29 +01:00
parent 5ca61d04c7
commit 7915547fca
6 changed files with 97 additions and 11 deletions

View File

@@ -40,10 +40,9 @@ path = "obsws_cli/__about__.py"
[tool.hatch.envs.default.scripts]
cli = "obsws-cli {args:}"
test = "pytest {args:obsws_cli tests}"
[tool.hatch.envs.hatch-test]
dependencies = ["pytest>=8.3.5", "pytest-dotenv"]
dependencies = ["pytest>=8.3.5"]
[tool.hatch.envs.types]
extra-dependencies = ["mypy>=1.0.0"]