Romain Criton
Romain Criton
``` import stringcase stringcase.camelcase("variable[subscript]") ``` produces `"variablubscript]"` whereas one would expect it to leave the input string unmodified and return `"variable[subscript]"`
Adding back support for Django 2.1
I'm trying to use `configureSession` on `` but I can't get it to work. I've followed the [step-by-step guide](https://github.com/sendbird/chat-ai-widget/blob/develop/custom-session-guide.md) in the documentation but when I set the `configureSession` prop on...
### Issue you'd like to raise. If we decorate one of our tests with the `@test` decorator, we notice in `pytest` output several issues: 1. there is an extra test....
### Issue you'd like to raise. When a test function takes some arguments (either fixtures or parametrized input), all arguments are logged as input, even if we use `testing.log_inputs()` to...