1
0
Fork 0

Rework generate-api CLI command to use .build directory (#16441)

This commit is contained in:
Joel Challis 2022-02-27 11:28:51 +00:00 committed by GitHub
parent 8f457ada3a
commit e4a6afa369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 11 deletions

View file

@ -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)