Maksim Beliaev
Maksim Beliaev
@adehad the fix you proposed works on our side. Can this code snippet be directly pushed to the package ?
@nmz787-intel https://github.com/ansys-internal/automatic-installer/blob/071a993e548776c58093a2da702b5b6ea8527304/downloader_backend.py#L693
@douglasg14b we ended up with a custom solution. You can use it as well since it is open source https://github.com/canonical/gh-jira-sync-bot here is an example how that works: https://github.com/beliaev-maksim/test-ci/issues/26
@tonyandrewmeyer thanks for the proposal, @bschimke95 is already working on it and produced 2 drafts: https://discourse.charmhub.io/t/write-integration-tests-for-your-charm/11991/1 https://discourse.charmhub.io/t/write-integration-tests-for-your-charm/11991/1 although, we are very interested in producing a topic that will extend the...
> I kind of wonder what the point is of maintaining pytest-localserver. @diazona, @RonnyPfannschmidt that would make even more sense to avoid redundant work. maybe we can discuss with @csernazs...
@redtoad isn't it just a name of the package? :) it looks like `pytest-httpserver` can do everything that `pytest-localserver` can and even more
@diazona well, serving different paths with different responses is essential for testing :) however, for the benefit of the community it would be extremely valuable if we can somehow agree...
@diazona I usually prefer to not compete and join forces on the common goal. But that is personal preference :) we (as [responses](https://github.com/getsentry/responses) project) had to switch to `pytest-httpserver` for...
Actually, it will be interesting to test authentication via API Not sure that PR with current state will work on 1.7,need to retest
Check the proposed PR, you may want to commit existing changes and close connections While direct exit will not exit gracefully