cti-python-stix2/stix2/test/v20
Michael Chisholm f51e309775 Refactor stix2.parsing into more focused modules:
- stix2.registry, which contains the class mapping structure
  and code for scanning stix2 modules for its initial population
- stix2.registration, which contains code used to register custom
  STIX types with the registry
- stix2.parsing, which contains code for creating instances of
  registered stix2 classes from raw dicts.

This is intended to reduce circular import problems, by giving
dependent code the ability to import a module which has exactly
the functionality it needs, without pulling a lot of other stuff
it doesn't need.  Fewer imports means less chance of an import
cycle.
2021-01-08 22:08:33 -05:00
..
stix2_data
__init__.py
conftest.py
constants.py
test_attack_pattern.py
test_base.py
test_bundle.py
test_campaign.py
test_course_of_action.py
test_custom.py Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
test_datastore.py
test_datastore_composite.py
test_datastore_filesystem.py
test_datastore_filters.py
test_datastore_memory.py
test_datastore_taxii.py
test_environment.py
test_external_reference.py
test_fixtures.py
test_granular_markings.py
test_identity.py
test_indicator.py
test_intrusion_set.py
test_kill_chain_phases.py
test_malware.py
test_marking_definition.py
test_markings.py
test_object_markings.py
test_observed_data.py
test_parsing.py Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
test_pattern_equivalence.py
test_pattern_expressions.py
test_pickle.py
test_properties.py
test_relationship.py
test_report.py
test_sighting.py
test_threat_actor.py
test_tool.py
test_utils.py
test_versioning.py
test_vulnerability.py