Skip to content

Commit

Permalink
Correct validation for required fields in variadic groups (#314)
Browse files Browse the repository at this point in the history
* Add required under optional in group

* rename to field

* Fix other tests

* Check required field provided

* Fix all_required_children_are_set

* Fix tests

* Use if checks instead of try..except

* Add routine to check required fields for repeating groups

* Delete temporary file

* Fix path in data dict test

* Fix tests

* Cleanup

* Remove debugging line

* Add collector class

* Remove commented lines

* Check validation return type and logging

* Add tests for repeating groups

* Fix report of variadic groups set to all None

* Fixes undocumented units and reporting of all none required groups

* Use dict paths everywhere
  • Loading branch information
domna authored Apr 26, 2024
1 parent ef456ed commit c4a9466
Show file tree
Hide file tree
Showing 5 changed files with 435 additions and 98 deletions.
Loading

0 comments on commit c4a9466

Please sign in to comment.