-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-3685) Add test for null values (#28)
Ensure that a test is in place that explicitly checks for null values in the data.
- Loading branch information
1 parent
ee7b33e
commit 8b8a0ce
Showing
8 changed files
with
82 additions
and
60 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
# Some very basic compliance checks designed for the tests | ||
# | ||
# These should all pass | ||
|
||
compliance_map : | ||
version : '1.0.1' | ||
|
||
test_profile : | ||
test1::arg1_1 : | ||
identifiers : | ||
- 'ID1.1' | ||
value : null | ||
test2::test3::arg3_1 : | ||
identifiers : | ||
- 'ID1.2' | ||
value : 're:foo3_.*' | ||
test2::test3::ref_miss1 : | ||
identifiers : | ||
- 'MISS1' | ||
value : missing1 | ||
testdef1:defarg1_1 : | ||
identifiers : | ||
- 'DEF1.1' | ||
value : deffoo1_1 | ||
unmapped1::arg1_1 : | ||
identifiers : | ||
- 'UNK001' | ||
value : um1_1 | ||
unmapped1::arg1_2 : | ||
identifiers : | ||
- 'UNK002' | ||
value : um1_2 | ||
unmapped1::subclass::arg1_2 : | ||
identifiers : | ||
- 'UNK003' | ||
value : um1_3 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.