cti-python-stix2/stix2/test/v21
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
..
stix2_data
__init__.py
conftest.py
constants.py
test_attack_pattern.py
test_base.py
test_bundle.py
test_campaign.py
test_confidence.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
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
test_deterministic_ids.py
test_environment.py Fix Location semantic equivalence check for Location objects without the latitude and longitude properties (#467) 2020-11-10 12:55:17 -05:00
test_external_reference.py
test_fixtures.py
test_granular_markings.py
test_grouping.py
test_identity.py
test_indicator.py some missing fixes... 2021-01-13 19:48:33 -05:00
test_infrastructure.py
test_intrusion_set.py
test_kill_chain_phases.py
test_language_content.py
test_location.py some missing fixes... 2021-01-13 19:48:33 -05:00
test_malware.py
test_malware_analysis.py fix ordering problem with Class definitions 2020-11-18 19:01:12 -05:00
test_marking_definition.py
test_markings.py
test_note.py
test_object_markings.py
test_observed_data.py all changes from add-trailing-commas v2.0.2 2021-01-13 17:52:15 -05:00
test_opinion.py
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
test_relationship.py
test_report.py
test_sighting.py pre-commit stylistic fixes 2020-11-16 15:10:06 -05:00
test_threat_actor.py
test_timestamp_precision.py
test_tool.py
test_utils.py Improve is_sdo() et al utility functions with respect to 2021-01-20 16:59:39 -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