hastexo / olx-utils

Tools facilitating the creation of Open edX courseware in the Open Learning XML (OLX) format
GNU Affero General Public License v3.0
5 stars 5 forks source link

Add tests for the CLI #25

Closed fghaas closed 5 years ago

fghaas commented 5 years ago

In addition, this PR drops Travis testing on Python 3.5, because that archive attempts to be currently unavailable. That patch can be dropped when that gets fixed.

codecov-io commented 5 years ago

Codecov Report

Merging #25 into master will increase coverage by 56.56%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #25       +/-   ##
===========================================
+ Coverage   32.09%   88.65%   +56.56%     
===========================================
  Files           2        3        +1     
  Lines          81       97       +16     
===========================================
+ Hits           26       86       +60     
+ Misses         55       11       -44
Impacted Files Coverage Δ
tests/test_cli.py 100% <100%> (ø)
olxutils/templates.py
tests/test_helpers.py 100% <0%> (ø)

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 e86e361...b3fb119. Read the comment docs.