averbis / averbis-python-api

Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12 stars 4 forks source link

123 add flag exist ok when creating project #125

Closed DavidHuebner closed 2 years ago

DavidHuebner commented 2 years ago

Added flag exist_ok to create_project and test.

codecov-commenter commented 2 years ago

Codecov Report

Merging #125 (9d7b089) into dev (4576595) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #125      +/-   ##
==========================================
+ Coverage   92.07%   92.11%   +0.04%     
==========================================
  Files          16       16              
  Lines        2119     2130      +11     
==========================================
+ Hits         1951     1962      +11     
  Misses        168      168              
Impacted Files Coverage Δ
averbis/core/_rest_client.py 86.57% <100.00%> (+0.06%) :arrow_up:
tests/test_client.py 100.00% <100.00%> (ø)
tests/test_process.py 100.00% <100.00%> (ø)

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 4576595...9d7b089. Read the comment docs.

DavidHuebner commented 2 years ago

Ready to be reviewed