cti-python-stix2/stix2/test
Chris Lenk 2bdf83401a Add a shortcut for marking functions
So marking functions like `add_markings()` can be directly called as methods on
SDO/SRO classes. Note that they return new versions of the objects
because objects are immutable.
2017-10-03 10:28:58 -04:00
..
__init__.py
conftest.py
constants.py Improve markings tests 2017-09-01 16:41:16 -04:00
test_attack_pattern.py
test_base.py
test_bundle.py Merge remote-tracking branch 'origin/master' into datastores 2017-08-31 19:52:48 +00:00
test_campaign.py
test_course_of_action.py
test_custom.py Merge remote-tracking branch 'origin/master' into datastores 2017-08-31 19:52:48 +00:00
test_data_sources.py Handle inconsistent error messages between Python 2 and Python 3. 2017-09-29 18:45:15 +00:00
test_environment.py code changes brought about by discussion of pull request of 'bug_fixes' branch 2017-09-29 11:24:19 -04:00
test_external_reference.py
test_fixtures.py
test_granular_markings.py Support MarkingDefinition objs, not just ID strs 2017-10-02 12:28:47 -04:00
test_identity.py
test_indicator.py
test_intrusion_set.py
test_kill_chain_phases.py
test_malware.py
test_markings.py Add a shortcut for marking functions 2017-10-03 10:28:58 -04:00
test_object_markings.py Support MarkingDefinition objs, not just ID strs 2017-10-02 12:28:47 -04:00
test_observed_data.py Merge remote-tracking branch 'oasis/master' into datastores 2017-09-01 10:13:57 -04:00
test_pattern_expressions.py
test_properties.py Merge remote-tracking branch 'origin/master' into datastores 2017-08-31 19:52:48 +00:00
test_relationship.py
test_report.py
test_sighting.py
test_threat_actor.py
test_tool.py
test_utils.py
test_versioning.py Merge branch 'master' into markings 2017-08-31 20:36:59 +00:00
test_vulnerability.py