-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break up
is_supported
check into parsing and evaluating steps (#149)
Separates `evaluate_test_config` into `parse_lang_spec_from_flags` and `evaluate_is_supported` so that custom override logic can be inserted between them. This change exposed a bug with `cls.lang_spec.server_lang` getting out of sync with `cls.server_image` when the image is overridden in suite's `setUpClass()`.
- Loading branch information
Showing
2 changed files
with
34 additions
and
19 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
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