Rework generate-api CLI command to use .build directory (#16441)
This commit is contained in:
parent
8f457ada3a
commit
e4a6afa369
6 changed files with 24 additions and 11 deletions
|
@ -232,7 +232,7 @@ def test_clean():
|
|||
|
||||
|
||||
def test_generate_api():
|
||||
result = check_subcommand('generate-api', '--dry-run')
|
||||
result = check_subcommand('generate-api', '--dry-run', '--filter', 'handwired/pytest')
|
||||
check_returncode(result)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue