Adam Bogdał

Results 4 issues of Adam Bogdał

Stable version of `django-rest-framework` supports Django 1.9 #41.

Recently, PacktPub has added the REST API to their site, which caused the application to stop working. This PR adapts the code to the new architecture. Require refactoring: - [x]...

in progress

This PR allows to deploy application with one click in Docker Cloud.

This PR introduces namespaces to the mocked states. It helps to test applications that use [User Definied Namespaces](https://appdaemon.readthedocs.io/en/latest/APPGUIDE.html?highlight=user%20definied%20namespace#user-defined-namespaces) as persistent storage. An example: ```python given_that.state_of("light.kitchen", namespace="storage").is_set_to( 'on', attributes={"last_used_preset": "dark"} )...