* Add srp_energy

* Update message on TypeError. Add check for None state.

* Add check for none in history

* Add srpenergy to Test requirements.

* Add srpenergy to requirments.

* Change = to ==.

* Change import for srpenergy

* Fix Flak8 errors

* Add srp to gen requirements script

* Change config name.

* Add daily usage test

* Add test for daily usage.

* Fix Flake8 message.

* Remove blank after docstring.

* Add srpenergy to coverage

* Bump requires version to srpenergy

* Fix type in coverage. Import from Sensor. Use dict.

* Update to 1.0.5. Check credentials on setup. Standalone test.

* Fix formating.

* Remove period. Rename _ variables.

* Fix rebase merge

* Add rebase requirement

* Improve Mock Patching.
This commit is contained in:
Brig Lamoreaux
2018-11-08 11:19:30 -07:00
committed by Martin Hjelmare
parent 8f107c46fe
commit 05eac915d1
6 changed files with 219 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ TEST_REQUIREMENTS = (
'smhi-pkg',
'somecomfort',
'sqlalchemy',
'srpenergy',
'statsd',
'uvcclient',
'warrant',