MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / test_invoke_command

Function test_invoke_command

tests/test_platform.py:25–31  ·  view source on GitHub ↗

Ensures the function exists and is callable without throwing an exception.

()

Source from the content-addressed store, hash-verified

23
24
25def test_invoke_command():
26 """Ensures the function exists and is callable without throwing
27 an exception."""
28 if platform.system() == "Windows":
29 invoke_command(["cmd"])
30 else:
31 invoke_command(["echo"])
32
33
34def test_long_command():

Callers

nothing calls this directly

Calls 1

invoke_commandFunction · 0.90

Tested by

no test coverage detected