cti-python-stix2/stix2
Chris Lenk 190b639126 Fix memory datastore to pass tests
1) 'stix_data' is now optional; you can set up a MemorySink without
needing a starting set of data.
2) Removed stix2-validator calls. The validator fails when called on our
_STIXBase-derived classes because we store timestamps as datetime
objects, while the validator expects strings. Also, this was the only
datastore that used the validator, and we should be consistent across
all of them. The validator can be added back in later.
2017-09-08 12:49:08 -04:00
..
markings Improve markings tests 2017-09-01 16:41:16 -04:00
sources Fix memory datastore to pass tests 2017-09-08 12:49:08 -04:00
test Add parse() to Environment layer 2017-09-08 12:40:01 -04:00
__init__.py Test Environment layer 2017-09-08 09:01:12 -04:00
base.py
common.py Improve markings tests 2017-09-01 16:41:16 -04:00
core.py Add parse() to Environment layer 2017-09-08 12:40:01 -04:00
environment.py Add parse() to Environment layer 2017-09-08 12:40:01 -04:00
exceptions.py Merge pull request #46 from oasis-open/markings 2017-09-05 19:08:45 +00:00
observables.py Improve markings tests 2017-09-01 16:41:16 -04:00
patterns.py
properties.py
sdo.py Improve markings tests 2017-09-01 16:41:16 -04:00
sro.py Improve markings tests 2017-09-01 16:41:16 -04:00
utils.py Improve markings tests 2017-09-01 16:41:16 -04:00
version.py