cti-python-stix2/stix2
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
..
datastore Fixed my own brainfart with converting string filter values to 2018-11-27 18:38:55 -05:00
markings
test Fixed a couple filter tests. 2018-11-27 18:42:51 -05:00
v20
__init__.py
base.py
core.py
environment.py
exceptions.py
patterns.py
properties.py
utils.py Add multi-version support to the filesystem datastore. 2018-11-27 15:24:07 -05:00
version.py
workbench.py