TomMalkin / SimQLe

The simplest way to use SQL in Python
MIT License
30 stars 5 forks source link

Add tests #9

Closed TomMalkin closed 5 years ago

TomMalkin commented 5 years ago

Add the foundation for unit tests.

codecov-io commented 5 years ago

Codecov Report

Merging #9 into dev will increase coverage by 11.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##              dev       #9       +/-   ##
===========================================
+ Coverage   38.23%   49.25%   +11.01%     
===========================================
  Files           6        5        -1     
  Lines          68       67        -1     
===========================================
+ Hits           26       33        +7     
+ Misses         42       34        -8
Impacted Files Coverage Δ
simqle/constants.py 100% <ø> (ø) :arrow_up:
simqle/functions.py 16.66% <100%> (ø) :arrow_up:
simqle/__init__.py 100% <100%> (ø) :arrow_up:
simqle/sql_tools.py 29.16% <100%> (ø) :arrow_up:
simqle/connections.py 90% <100%> (+45.55%) :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 da5407a...82b5870. Read the comment docs.