labd / commercetools-python-sdk

Commercetools Python SDK
https://commercetools-python-sdk.readthedocs.io/en/latest/
MIT License
17 stars 16 forks source link

Use werkzeug for running the standalone mock server #57

Closed mvantellingen closed 5 years ago

mvantellingen commented 5 years ago

This makes it possible to auto-reload and improves error handling

codecov[bot] commented 5 years ago

Codecov Report

Merging #57 into master will decrease coverage by <.01%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   74.47%   74.46%   -0.01%     
==========================================
  Files         152      152              
  Lines       21883    21881       -2     
==========================================
- Hits        16297    16294       -3     
- Misses       5586     5587       +1
Impacted Files Coverage Δ
src/commercetools/testing/server.py 87.23% <0%> (-3.68%) :arrow_down:
src/commercetools/contrib/pytest.py 100% <100%> (ø) :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 a50d456...5bbeccc. Read the comment docs.

davidweterings commented 5 years ago

Great 👍 , makes testing/adding new testing actions a lot easier!