Francesco Montorsi
Francesco Montorsi
> In this MR I'm erasing the current "del|delete" command implementation, which does not go through the "api" module and is missing all above features... let me know if that's...
> > In this MR I'm erasing the current "del|delete" command implementation > > This should be ok, as long as it all still fits together in a sensible manner....
> > In this MR I'm erasing the current "del|delete" command implementation > > This should be ok, as long as it all still fits together in a sensible manner....
> It's a unit test (not integration) so the response is mocked. There isn't a integration test for this because I don't need to test Nexus itself - I call...
I forgot to add that I tried the following after some Googling: ``` $ pip install pytest-helpers-namespace ... Successfully installed pytest-helpers-namespace-2019.1.8 $ pytest -m integration stty: 'standard input': Inappropriate ioctl...
ok sorry I realized that actually the "[test]" part in the README.md is not optional... the syntax sidetracked me a little bit. I now did: ``` $ pip install -e...
> Read the .travisci steps but I think you’re missing the test dependencies; i.e.: pip install -e .[test] right thanks! however the problem is that coverage 5.x seems incompatible with...
hi @mr-smithers-excellent , thanks for the answer; I think that updating the message would be a good idea, thanks!
hi @alexanderankin , I opened PR #599 to propose my implementation of a MosquittoContainer class. Several usage examples can be found at https://github.com/f18m/rpi2home-assistant/blob/main/tests/test_integration.py
Closing this ticket as MosquittoContainer has been integrated as part of PR #599 since version 4.6.0