Skip to content

Commit

Permalink
test processor cli call
Browse files Browse the repository at this point in the history
  • Loading branch information
LoannPeurey committed Feb 11, 2025
1 parent a83953a commit 171a39d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,21 @@ def test_explain(project):
]
)
assert exit_code == 0

def test_process(project):
stdout, stderr, exit_code = cli(
[
"child-project",
"process",
PATH,
"basic",
"standard",
"--format=wav",
"--sampling=16000",
"--codec==pcm_s16le",
]
)
assert exit_code == 0

def test_compare_recordings(project):
stdout, stderr, exit_code = cli(
Expand Down

0 comments on commit 171a39d

Please sign in to comment.