palazzem / econnect-python

API adapter used to control programmatically an Elmo alarm system
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Use `responses` to mock requests instead of using a testing router #26

Closed palazzem closed 5 years ago

palazzem commented 5 years ago

Overview

Instead of having a complicated conftest.py that has an internal router to handle different responses, the project now uses responses.