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

Move the cybox clear cache to the higher level methods #28

Closed emmanvg closed 6 years ago

emmanvg commented 6 years ago

Just moving the function call to a higher level method

codecov-io commented 6 years ago

Codecov Report

Merging #28 into master will decrease coverage by 0.02%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
- Coverage   64.65%   64.63%   -0.03%     
==========================================
  Files          16       16              
  Lines        5031     5033       +2     
==========================================
  Hits         3253     3253              
- Misses       1778     1780       +2
Impacted Files Coverage Δ
stix2slider/convert_stix.py 65.76% <ø> (-0.1%) :arrow_down:
stix2slider/__init__.py 41.66% <50%> (+0.49%) :arrow_up:

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 47a59b6...01da0e0. Read the comment docs.