cti-python-stix2/stix2/test
clenk d4e92dd813 Allow adding validation to custom object types
_Custom.__init__() is a solution to recursion errors arising from using
a decorator. See https://stackoverflow.com/q/14739809/1013457
2017-06-13 10:27:31 -04:00
..
__init__.py
conftest.py
constants.py
test_attack_pattern.py
test_base.py
test_bundle.py Make object attribute access act like dictionary access, raising an 2017-06-07 11:06:20 -04:00
test_campaign.py
test_course_of_action.py
test_custom.py Allow adding validation to custom object types 2017-06-13 10:27:31 -04:00
test_data_sources.py Style/lint fixes 2017-05-31 08:58:14 -05:00
test_external_reference.py Change remaining 'fields' to 'properties' 2017-05-19 12:51:59 -05:00
test_fixtures.py
test_identity.py Add custom STIX Object types 2017-06-12 16:22:16 -04:00
test_indicator.py Update ImmutableError test cases. 2017-06-02 07:34:37 -04:00
test_intrusion_set.py
test_kill_chain_phases.py Change remaining 'fields' to 'properties' 2017-05-19 12:51:59 -05:00
test_malware.py Update ImmutableError test cases. 2017-06-02 07:34:37 -04:00
test_markings.py
test_observed_data.py Some changes to Process and EmailMessage objects. Added tests. 2017-06-08 10:09:18 -04:00
test_properties.py Change remaining 'fields' to 'properties' 2017-05-19 12:51:59 -05:00
test_relationship.py Update ImmutableError test cases. 2017-06-02 07:34:37 -04:00
test_report.py
test_sighting.py Change remaining 'fields' to 'properties' 2017-05-19 12:51:59 -05:00
test_threat_actor.py
test_tool.py
test_utils.py Improve coverage of utils.py 2017-05-22 11:15:55 -04:00
test_versioning.py Make object attribute access act like dictionary access, raising an 2017-06-07 11:06:20 -04:00
test_vulnerability.py