-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Make test_suite a dictionary of lists
The test_suite dictionary in 'ci/test_files_touched' used to contain values of mixed types (both strings and lists of strings). As a result, we were checking for the instance type before adding the value to the alltests string. This commit makes the following change: 1) Changes all values in tests_suite to lists of strings, even if the list is only one element. 2) Removes the isinstance check before extending the value to alltests Resolves #322 Signed-off-by: Rose Judge <[email protected]>
- Loading branch information
Showing
1 changed file
with
26 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters