cti-python-stix2/stix2/test/v20
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
..
stix2_data
__init__.py
conftest.py update test_datastore_taxii.py conftest.py for latest changes in medallion. add extra data used by filter 2020-04-03 17:19:36 -04:00
constants.py
test_attack_pattern.py Drop python-dateutil as a dependency and switch to the builtin 2020-05-20 15:06:53 -04:00
test_base.py
test_bundle.py
test_campaign.py
test_course_of_action.py
test_custom.py Change the stix2 class map structure to be keyed at the top 2021-01-20 16:59:38 -05:00
test_datastore.py
test_datastore_composite.py
test_datastore_filesystem.py Fix bug when adding custom obj to FileSystemSink 2020-07-20 00:04:32 -04:00
test_datastore_filters.py
test_datastore_memory.py all changes from add-trailing-commas v2.0.2 2021-01-13 17:52:15 -05:00
test_datastore_taxii.py Remove 'encoding' param from json.loads 2020-06-26 16:43:19 -04:00
test_environment.py all changes from add-trailing-commas v2.0.2 2021-01-13 17:52:15 -05:00
test_external_reference.py
test_fixtures.py
test_granular_markings.py add `id` as special-case option in regex. closes #406 2020-06-08 09:27:12 -04:00
test_identity.py
test_indicator.py some missing fixes... 2021-01-13 19:48:33 -05:00
test_intrusion_set.py
test_kill_chain_phases.py
test_malware.py
test_marking_definition.py
test_markings.py Clean up _register_* functions 2020-04-02 14:15:45 -04:00
test_object_markings.py Improve versionability detection when creating new versions 2020-06-05 14:24:16 -04:00
test_observed_data.py all changes from add-trailing-commas v2.0.2 2021-01-13 17:52:15 -05:00
test_parsing.py Change the stix2 class map structure to be keyed at the top 2021-01-20 16:59:38 -05:00
test_pattern_equivalence.py Graph Equivalence (#449) 2020-10-16 11:35:26 -04:00
test_pattern_expressions.py all changes from add-trailing-commas v2.0.2 2021-01-13 17:52:15 -05:00
test_pickle.py
test_properties.py Consolidate version-independent property tests 2020-07-01 09:41:10 -04:00
test_relationship.py
test_report.py
test_sighting.py
test_threat_actor.py
test_tool.py
test_utils.py all changes from add-trailing-commas v2.0.2 2021-01-13 17:52:15 -05:00
test_versioning.py all changes from add-trailing-commas v2.0.2 2021-01-13 17:52:15 -05:00
test_vulnerability.py