Simon Sawert
Simon Sawert
The test `test_main_generates_correct_package` in `tests/main/test_main.py` requires manual adding of clients to be tested. This seems to have been forgotten when `ClientForwardRefs` was added. I tried to just blindly add it...
There's been a couple of times where not pinning dependencies has made either CI or local development pull the latest version and things have been broken. It's also affected result...
This allows an environment variable in any position for headers as long as it is in format `$VAR` or `${VAR}` allowing alphanumeric characters and underscore `_`. This is now also...
- Add missing tests for `ClientForwardRefsPlugin` with and without combining with `ShorterResultsPlugin`. - Fix faulty imports - Store name and level separate to allow dots specified either on the module...