|
Similar to the pytest-django There are some code resources I looked at: Here is what I have so far: Unfortunately, when running the test I have no problem when just using Has someone a clue what causes the error? |
Replies: 2 comments
|
It seems it's just a version problem. I used Channels / Daphne 3.0.5, but the above is for Channels / Daphne 4.0.0. In version 3 the DaphneProcess server expects the application itself and not a getter function. |
It seems it's just a version problem. I used Channels / Daphne 3.0.5, but the above is for Channels / Daphne 4.0.0. In version 3 the DaphneProcess server expects the application itself and not a getter function.