oasis-open / cti-stix-slider

OASIS TC Open Repository: The repository cti-stix-slider supports development of a Python application to convert STIX 2.0 content to STIX 1.x content
https://cti-stix-slider.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
21 stars 15 forks source link

update SliderOptions #49

Closed emmanvg closed 4 years ago

emmanvg commented 4 years ago

update options.py to include the new message settings. add tests, fix tests, and some minor changes

closes #48

codecov-io commented 4 years ago

Codecov Report

Merging #49 into master will increase coverage by 0.52%. The diff coverage is 87.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   69.24%   69.76%   +0.52%     
==========================================
  Files          12       13       +1     
  Lines        3147     3195      +48     
==========================================
+ Hits         2179     2229      +50     
+ Misses        968      966       -2
Impacted Files Coverage Δ
stix2slider/test/test_idioms.py 78.07% <ø> (ø) :arrow_up:
stix2slider/__init__.py 40.84% <ø> (ø) :arrow_up:
stix2slider/utils.py 91.66% <ø> (ø) :arrow_up:
stix2slider/test/test_namespace.py 100% <ø> (ø) :arrow_up:
stix2slider/cli.py 32.43% <ø> (ø) :arrow_up:
stix2slider/convert_stix.py 68.16% <100%> (ø) :arrow_up:
stix2slider/convert_cyber_observables.py 74.94% <100%> (ø) :arrow_up:
stix2slider/common.py 84.61% <100%> (ø) :arrow_up:
stix2slider/test/test_main.py 100% <100%> (ø)
stix2slider/convert_pattern.py 63.71% <100%> (ø) :arrow_up:
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2ff4db1...66ac99e. Read the comment docs.