cti-python-stix2/stix2/test
Michael Chisholm 17970a3faa Fixed a couple filter tests.
- a length check should come before the access, so you can verify
whether the access will succeed.

- Also removed some tests which can't work, due to the filter
changes.  In fact, a lot of these tests should probably be
removed or changed if we want to disallow running
apply_common_filters() on plain dicts.  They will often
coincidentally still succeed though, so I left them in.
2018-11-27 18:42:51 -05:00
..
stix2_data Add a newline to the end of a file 2018-11-27 17:58:01 -05:00
__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 Use consistent errors for observable extensions 2018-11-01 17:23:55 -04:00
test_datastore.py
test_datastore_filesystem.py Changed how filters work, with respect to datetime objects. 2018-11-27 17:36:17 -05:00
test_datastore_filters.py Fixed a couple filter tests. 2018-11-27 18:42:51 -05:00
test_datastore_memory.py Added support to multi-version memory stores for markings. Also 2018-10-17 20:54:53 -04:00
test_datastore_taxii.py Fixed a test fixture to call the cti-taxii-client Collection 2018-09-07 17:47:24 -04:00
test_environment.py Fixed Memory source/sink/store so that it supports multiple versions 2018-10-15 18:02:49 -04:00
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_markings.py Fix `created` millisecond precision in TLPs 2018-10-25 13:58:21 -04:00
test_memory.py Fix import order to satisfy isort-check 2018-10-15 19:23:28 -04:00
test_object_markings.py
test_observed_data.py
test_pattern_expressions.py added to pattern guide; reverting pattern str conversion (as was already proper) 2018-08-30 11:57:20 -04:00
test_pickle.py
test_properties.py Use consistent errors for observable extensions 2018-11-01 17:23:55 -04:00
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
test_workbench.py