-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GD-465: Parameterized tests are skipped with const Array values (#466)
# Why The test was marked as skipped when the `test_parameters` contains external const array values. ``` const _data1 := ["aa"] const _data2 := ["bb"] @warning_ignore("unused_parameter") func test_with_extern_const_parameter_set(value :String, test_parameters := [_data1, _data2]) -> void: ``` # What fix the parameterized argument parsing
- Loading branch information
1 parent
f7953e2
commit 6d5cc8b
Showing
4 changed files
with
71 additions
and
15 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
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