cti-python-stix2/stix2/test
Michael Chisholm fe2330af07 Improve is_sdo() et al utility functions with respect to
dict/mapping values: do a simple verification of the value's
STIX version, not just its type.  Added a lot more unit tests to
test behavior on dicts.  To make the implementation work, I had
to move the detect_spec_version() function out of the parsing
module and into utils.  So that required small changes at all
its previous call sites.
2021-01-20 16:59:39 -05:00
..
v20 Improve is_sdo() et al utility functions with respect to 2021-01-20 16:59:39 -05:00
v21 Improve is_sdo() et al utility functions with respect to 2021-01-20 16:59:39 -05:00
__init__.py
test_pattern_equivalence.py
test_properties.py
test_spec_version_detect.py Improve is_sdo() et al utility functions with respect to 2021-01-20 16:59:39 -05:00
test_utils_type_checks.py Improve is_sdo() et al utility functions with respect to 2021-01-20 16:59:39 -05:00
test_workbench.py