Merge pull request #2567 from ralexstokes/fix-test-gen-counter

update skipped test count when test already exists
This commit is contained in:
Danny Ryan 2021-08-25 08:52:13 -06:00 committed by GitHub
commit cb9e4c9962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,7 @@ def run_generator(generator_name, test_providers: Iterable[TestProvider]):
if case_dir.exists():
if not args.force and not incomplete_tag_file.exists():
skipped_test_count += 1
print(f'Skipping already existing test: {case_dir}')
continue
else: