cti-python-stix2/stix2/test
Michael Chisholm f88fba6751 Change the stix2 class map structure to be keyed at the top
level with STIX versions in the same format as is used everywhere
else in the API: "X.Y", as opposed to the "vXY" format used by
the version-specific python packages.  This eliminates all of
the awkward conversion from public API format to "vXX" format.

Also a little bit of code rearranging in the registration module
to ensure that some STIX 2.1-specific checks are done whether
version 2.1 is given explicitly or is defaulted to.

In the same module I also added a missing import of
stix2.properties, since my IDE was claiming it could not find a
function from that module.
2021-01-20 16:59:38 -05:00
..
v20 Change the stix2 class map structure to be keyed at the top 2021-01-20 16:59:38 -05:00
v21 Change the stix2 class map structure to be keyed at the top 2021-01-20 16:59:38 -05:00
__init__.py
test_pattern_equivalence.py Graph Equivalence (#449) 2020-10-16 11:35:26 -04:00
test_properties.py Add test for coverage 2020-07-01 09:54:50 -04:00
test_spec_version_detect.py Change the stix2 class map structure to be keyed at the top 2021-01-20 16:59:38 -05:00
test_utils_type_checks.py Add unit tests for the is_*() utility type checking functions. 2021-01-20 16:59:38 -05:00
test_workbench.py