cti-python-stix2/stix2/test/v20
Michael Chisholm 38103ac6c5 Moved test/v20/test_workbench.py up one directory level since
it doesn't make sense to have a test per STIX version.  The
workbench only uses the latest supported STIX version.  In
order to make this work, the test suite was modified to
dynamically compute some settings like where to get demo data,
based on the value of stix2.DEFAULT_VERSION.

Switched stix2.DEFAULT_VERSION back to "2.0", since I figure it
should be sync'd up with the 'from .vxx import *' import
statement from the top level package.
2019-07-24 15:35:59 -04:00
..
stix2_data
__init__.py
conftest.py
constants.py
test_attack_pattern.py
test_base.py
test_bundle.py Revert the import in the top-level stix2 package, to v20. This 2019-07-22 16:55:22 -04:00
test_campaign.py
test_core.py Revert the import in the top-level stix2 package, to v20. This 2019-07-22 16:55:22 -04:00
test_course_of_action.py
test_custom.py Revert the import in the top-level stix2 package, to v20. This 2019-07-22 16:55:22 -04:00
test_datastore.py
test_datastore_composite.py
test_datastore_filesystem.py Remove certain human message assertions from test suites 2019-07-09 13:34:19 -04:00
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 Improved the exception class hierarchy: 2019-07-19 14:50:11 -04:00
test_identity.py
test_indicator.py Merge branch 'master' into stix2.1 2019-06-26 12:22:40 -04:00
test_intrusion_set.py
test_kill_chain_phases.py
test_malware.py Improved the exception class hierarchy: 2019-07-19 14:50:11 -04:00
test_marking_definition.py
test_markings.py
test_object_markings.py Improved the exception class hierarchy: 2019-07-19 14:50:11 -04:00
test_observed_data.py Improved the exception class hierarchy: 2019-07-19 14:50:11 -04:00
test_pattern_expressions.py Remove certain human message assertions from test suites 2019-07-09 13:34:19 -04:00
test_pickle.py
test_properties.py Improved the exception class hierarchy: 2019-07-19 14:50:11 -04:00
test_relationship.py
test_report.py Merge branch 'master' into stix2.1 2019-06-26 12:22:40 -04:00
test_sighting.py Merge branch 'master' into stix2.1 2019-06-26 12:22:40 -04:00
test_threat_actor.py
test_tool.py
test_utils.py
test_versioning.py
test_vulnerability.py