Skip to content

Add test for empty field, fix a bug in type of magnetic field, add...

Fix

  • Fix type of magnetic_field in unknown_check.yaml (float or dict -> bool)

Added

  • Add test for an empty obl field in permissive and strict
  • Add test for an empty opt field in permissive and strict
  • Add nullable = True rules in cerberus check files for the not required field
  • Add unknown_values in permissive check

Changed

  • Change of all test with assert(check_file(...blabla...)) == True (or False) to assert(check_file(...blabla...)) or assert(not check_file(...blabla))
  • Update Changelog and verison

Merge request reports