mintel / pytest-localstack

Pytest plugin for local AWS integration tests
MIT License
78 stars 18 forks source link

Session for using an already running instance of Localstack #10

Closed suprzer0 closed 6 years ago

suprzer0 commented 6 years ago

Added a parent class, RunningSession, for pytest_localstack.session.LocalstackSession for connecting to an already running instance of localstack.

codecov[bot] commented 6 years ago

Codecov Report

Merging #10 into master will decrease coverage by <.01%. The diff coverage is 56.47%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #10      +/-   ##
=========================================
- Coverage    60.1%   60.1%   -0.01%     
=========================================
  Files          10      10              
  Lines         569     584      +15     
=========================================
+ Hits          342     351       +9     
- Misses        227     233       +6
Flag Coverage Δ
#functional 53.76% <56.47%> (+0.16%) :arrow_up:
#integration 43.66% <28.23%> (+0.43%) :arrow_up:
#unit 24.82% <34.11%> (+0.04%) :arrow_up:
Impacted Files Coverage Δ
pytest_localstack/constants.py 0% <0%> (ø) :arrow_up:
pytest_localstack/session.py 66.27% <57.14%> (-0.18%) :arrow_down:

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 1bbff41...8956911. Read the comment docs.

jtdoepke commented 6 years ago

A -0.03% decrease in test coverage is probably not a good reason to fail the checks. Need to fiddle with the Codecov settings.