Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* changed each test to also check for warnings and specified which warning must be displayed Signed-off-by: Anton Utz <[email protected]> * implemented change requests Signed-off-by: Anton Utz <[email protected]> * linter issues Signed-off-by: Anton Utz <[email protected]> * added location of check Signed-off-by: Anton Utz <[email protected]> * added check class Signed-off-by: Anton Utz <[email protected]> * added test for xml conformity Signed-off-by: Anton Utz <[email protected]> * added check for validating xml with scheme, output not yet processed though Signed-off-by: Anton Utz <[email protected]> * created whole check out of validation function. introduced success and failure messages Signed-off-by: Anton Utz <[email protected]> * corrected double code Signed-off-by: Anton Utz <[email protected]> * moved check to extra file Signed-off-by: Anton Utz <[email protected]> * fixed imports and whitespaces Signed-off-by: Anton Utz <[email protected]> * changed if structure of _check method Signed-off-by: Anton Utz <[email protected]> * changed tests to all fullfill scheme version Signed-off-by: Anton Utz <[email protected]> * changed test data with source-file attribute to version 4 Signed-off-by: Anton Utz <[email protected]> * added case for package.xml version 4 Signed-off-by: Anton Utz <[email protected]> * removed todo Signed-off-by: Anton Utz <[email protected]> * adapted wrong test Signed-off-by: Anton Utz <[email protected]> * moved version checking and xml tree conversion to package.py Signed-off-by: Anton Utz <[email protected]> * refactor of schema check Signed-off-by: Anton Utz <[email protected]> * fixed bug Signed-off-by: Anton Utz <[email protected]> * added new args for config Signed-off-by: Anton Utz <[email protected]> * added functionality for config options Signed-off-by: Anton Utz <[email protected]> * added scheme 2 test Signed-off-by: Anton Utz <[email protected]> * added tests for all scheme versions Signed-off-by: Anton Utz <[email protected]> * added negative, violating tests for every scheme Signed-off-by: Anton Utz <[email protected]> * adapted tests to scan for schemacheck as well Signed-off-by: Anton Utz <[email protected]> * added online schema aquiration Signed-off-by: Anton Utz <[email protected]> * changed used xml validation files with online files, still need a fallback to offline Signed-off-by: Anton Utz <[email protected]> * changed readme due to updates on code Signed-off-by: Anton Utz <[email protected]> * changed readme Signed-off-by: Anton Utz <[email protected]> * changed content of arguments help Signed-off-by: Anton Utz <[email protected]> * added lazy schema request Signed-off-by: Anton Utz <[email protected]> * saving validation schema to reduce requests Signed-off-by: Anton Utz <[email protected]> * deleted local shema files, rewrote schema_check cases and adapted schema checks to not be downwards compatible Signed-off-by: Anton Utz <[email protected]> * implemented suggestions again Signed-off-by: Anton Utz <[email protected]> * implemented suggestions Signed-off-by: Anton Utz <[email protected]> * added fail case for no connection & adapted readme Signed-off-by: Anton Utz <[email protected]> * linter issues Signed-off-by: Anton Utz <[email protected]> * fixing documentation bug Signed-off-by: Anton Utz <[email protected]> * documentation fix Signed-off-by: Anton Utz <[email protected]> --------- Signed-off-by: Anton Utz <[email protected]>
- Loading branch information