cti-python-stix2/stix2
Michael Chisholm 94bb76f669 Fix docstring on the unit tests I added. I'd said "partially
cleaned" property, but actually, the cleaning algorithm works on
a dict copy, so aborting cleaning partway through doesn't
actually affect the object in that way.  It would actually cause
the extensions property to be completely uncleaned, rather than
partially cleaned.
2019-08-26 17:49:55 -04:00
..
confidence
datastore minor grammar fix 2019-02-04 13:58:33 -08:00
markings Style changes to satisfy the 'style' tox check 2019-06-14 18:10:38 -04:00
test Fix docstring on the unit tests I added. I'd said "partially 2019-08-26 17:49:55 -04:00
v20 Merge branch 'master' into stix2.1 2019-06-26 12:22:40 -04:00
v21 Changed emitted deprecation warnings to a custom DeprecationWarning 2019-08-07 10:16:18 -04:00
__init__.py Moved test/v20/test_workbench.py up one directory level since 2019-07-24 15:35:59 -04:00
base.py Fix handling of custom extensions: make sure when 2019-08-26 17:10:54 -04:00
core.py Improved the exception class hierarchy: 2019-07-19 14:50:11 -04:00
custom.py
environment.py
exceptions.py Changed emitted deprecation warnings to a custom DeprecationWarning 2019-08-07 10:16:18 -04:00
pattern_visitor.py
patterns.py
properties.py Fix handling of custom extensions: make sure when 2019-08-26 17:10:54 -04:00
utils.py remove unused imports 2019-05-08 10:38:23 -04:00
version.py Bump version: 1.1.1 → 1.1.2 2019-02-13 10:37:38 -05:00
workbench.py Added adaptability to the workbench module, regarding the 2019-07-24 17:20:52 -04:00