cti-python-stix2/stix2/test
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
..
v20 Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -05:00
v21 Refactor stix2.parsing into more focused modules: 2021-01-08 22:08:33 -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 Rename core.py -> parsing.py 2020-03-27 05:53:39 -04:00
test_workbench.py Update Workbench for 2.1 2020-06-26 16:43:19 -04:00