lisitsky
lisitsky
Awesome feature for autotests! Can I help somehow with it?
May be I got you wrong, but it's possible to create them on package level and use them from functions. Like ```golang package main_test var ( someIntance *client ) func...
I've got the same trouble :( Could you check and may be vote for my fix for this? https://github.com/stretchr/testify/pull/1250
I think it's good idea to check weather DEBUG should be enabled with environment variables. If nobody have done it I can grab this task.
Thank you. Wow, I've delved into a code, and it's already done :) https://github.com/realpython/dockerizing-django/blob/master/web/docker_django/settings.py#L26 However how can we test this change?
Hi! I've looked into YAML spec and found there're lots of ways to set "True" value for a bool variable. So it's likely somebody'll want to use another legal variant,...
Arghhh! Checks have failed on Telegram API limits: `urllib.error.HTTPError: HTTP Error 429: Too Many Requests` How to check it better?
Hello, @glesica , @boyan-soubachov , @mvdkleijn ! Could you please check this MR - it closes panic and makes tests behavior as it is documented. Thank you very much!
> Did You run code gofmt on 1.19? I think it's required by go 1.19, there was some changes in comments formatting @kubaceg Yes. The problem is correct gofmt format...
Hello @gordonlee . I have a fix #1250 but have no permission merge it. Could you help promote it?