Skip to content

implement pytest plugin and test for backend module

Philipp S. Sommer requested to merge add-tests into main

this MR implements a pytest plugin to connect and test backend modules. and it implements a test for a backend module. To test such a backend module, we spawn a live server that supports channels (kind of a combination of pytest-djangos live_server fixture and Channels ChannelsLiveServerTestCase and then provide some shortcut fixtures that create submodules using subprocess.

Merge request reports