Skip to content

Commit

Permalink
Update vss-tools
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Dec 1, 2023
1 parent ecbd877 commit 106298d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vss-tools
Submodule vss-tools updated 33 files
+15 −14 README.md
+122 −0 docs/vspec2id.md
+14 −2 docs/vspec2x.md
+3 −2 setup.py
+13 −1 tests/model/test_contants.py
+1 −0 tests/vspec/.gitignore
+305 −0 tests/vspec/test_static_uids/test_static_uids.py
+59 −0 tests/vspec/test_static_uids/test_vspecs/temp_test.vspec
+62 −0 tests/vspec/test_static_uids/test_vspecs/test.vspec
+68 −0 tests/vspec/test_static_uids/test_vspecs/test_added_attribute.vspec
+62 −0 tests/vspec/test_static_uids/test_vspecs/test_datatype.vspec
+55 −0 tests/vspec/test_static_uids/test_vspecs/test_deleted_attribute.vspec
+62 −0 tests/vspec/test_static_uids/test_vspecs/test_deprecation.vspec
+62 −0 tests/vspec/test_static_uids/test_vspecs/test_description.vspec
+62 −0 tests/vspec/test_static_uids/test_vspecs/test_name_datatype.vspec
+62 −0 tests/vspec/test_static_uids/test_vspecs/test_unit.vspec
+63 −0 tests/vspec/test_static_uids/test_vspecs/test_vss_path.vspec
+22 −0 tests/vspec/test_static_uids/test_vspecs/units.yaml
+68 −0 tests/vspec/test_static_uids/validation.yaml
+76 −0 tests/vspec/test_static_uids/validation_vspecs/validation.vspec
+74 −0 tests/vspec/test_static_uids/validation_vspecs/validation_semantic_change.vspec
+3 −0 tests/vspec/test_units/quantities.yaml
+2 −0 tests/vspec/test_units/quantity_volym.yaml
+62 −3 tests/vspec/test_units/test_units.py
+34 −1 vspec/__init__.py
+74 −1 vspec/model/constants.py
+3 −2 vspec/model/vsstree.py
+16 −0 vspec/utils/__init__.py
+82 −0 vspec/utils/idgen_utils.py
+162 −0 vspec/utils/vss2id_val.py
+160 −0 vspec/vssexporters/vss2id.py
+18 −0 vspec2id.py
+8 −4 vspec2x.py

0 comments on commit 106298d

Please sign in to comment.