mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-07 16:03:30 +00:00
effects properties added stip/bus sections
FX section added to readme. fix some docstrings. fix a couple of jumbled dates in changelog
This commit is contained in:
@@ -25,7 +25,7 @@ class TestRemoteFactories:
|
||||
|
||||
@pytest.mark.skipif(
|
||||
data.name != "banana",
|
||||
reason="Skip test if kind is not basic",
|
||||
reason="Skip test if kind is not banana",
|
||||
)
|
||||
def test_it_tests_remote_attrs_for_banana(self):
|
||||
assert hasattr(tests, "strip")
|
||||
@@ -43,7 +43,7 @@ class TestRemoteFactories:
|
||||
|
||||
@pytest.mark.skipif(
|
||||
data.name != "potato",
|
||||
reason="Skip test if kind is not basic",
|
||||
reason="Skip test if kind is not potato",
|
||||
)
|
||||
def test_it_tests_remote_attrs_for_potato(self):
|
||||
assert hasattr(tests, "strip")
|
||||
|
||||
Reference in New Issue
Block a user