mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 14:03:32 +00:00
import Callable, Iterable from collections.abs instead of typing.
update tests to reflect changes in the API. reorganise hatch envs add black,isort configs to pyproject.toml add pre-commit config
This commit is contained in:
@@ -18,7 +18,12 @@ class TestAttrs:
|
||||
|
||||
def test_get_current_program_scene_attrs(self):
|
||||
resp = req_cl.get_current_program_scene()
|
||||
assert resp.attrs() == ["current_program_scene_name"]
|
||||
assert resp.attrs() == [
|
||||
"current_program_scene_name",
|
||||
"current_program_scene_uuid",
|
||||
"scene_name",
|
||||
"scene_uuid",
|
||||
]
|
||||
|
||||
def test_get_transition_kind_list_attrs(self):
|
||||
resp = req_cl.get_transition_kind_list()
|
||||
|
||||
Reference in New Issue
Block a user