Closed pesfahanian closed 1 year ago
Recent changes to the tests break the following tests:
TestChat.test_auth
TestChat.test_chat_multiple_rooms
TestChat.test_chat_single_room
The problem is with the new BaseTestUtilsMixin.async_create_user
method.
Awaiting further instructions to fix the tests.
Please make sure to install pre-commit hooks: https://pre-commit.com/
Done! Also added its requirement to requirements.txt
.
Hello @pesfahanian, thank you for your work on the PR. Could you please address all the comments before requesting a re-review? This will help ensure that the review process is as efficient as possible. Thank you for your understanding.
All the comments have been addressed.
Added all the requirements in the issue description. Code style is kept as same and as untouched as possible. Every new thing has tests and docstrings/comments. All tests pass.