peshay / btcde

A Python Module for Bitcoin.de Trading API
MIT License
38 stars 24 forks source link

add ssl_verify option #63

Closed cj4c0b1 closed 1 year ago

cj4c0b1 commented 1 year ago

:~/btcde$ pytest tests/ =============================================================================== test session starts ================================================================================ platform linux -- Python 3.11.2, pytest-7.4.0, pluggy-1.2.0 rootdir: /home/j4c0b1/btcde plugins: requests-mock-1.11.0 collected 44 items

tests/test_btcde_func.py ............................................ [100%]

================================================================================ 44 passed in 1.32s ================================================================================

codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (a9644ed) 98.57% compared to head (6bfa806) 98.57%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #63 +/- ## ======================================= Coverage 98.57% 98.57% ======================================= Files 1 1 Lines 280 281 +1 ======================================= + Hits 276 277 +1 Misses 4 4 ``` | [Files](https://app.codecov.io/gh/peshay/btcde/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Hubert) | Coverage Δ | | |---|---|---| | [btcde.py](https://app.codecov.io/gh/peshay/btcde/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andreas+Hubert#diff-YnRjZGUucHk=) | `98.57% <100.00%> (+<0.01%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.