Milosz Sliwinski

Results 6 issues of Milosz Sliwinski

Hi Guys, I am trying to record a call with the latest vcr: ``` proxies = { 'http': 'socks5h://user:password@host:port' 'https': 'socks5h://user:password@host:port' } requests.get(some_url, cert=('client.crt', 'client.key'), verify='ca_root.crt', proxies=proxies) ``` But it...

User can parametrize scenario by using examples specified in feature files. In that case pytest `parametrize` marker is updated with examples parameters. We also provide a way to parametrize scenario...

Related to: https://github.com/pytest-dev/pytest-bdd/issues/247 https://github.com/pytest-dev/pytest-bdd/issues/235 This pull request updates `--gherkin-terminal-reporter-expanded` to enable gherkin output. Thanks to that it can be used without adding `--gherkin-terminal-reporter` to the command. This is the way...

This happened for pytest-bdd test steps. They have been renamed to avoid that: https://github.com/pytest-dev/pytest-bdd/pull/292

### Environment SaaS (https://sentry.io/) ### Version _No response_ ### Steps to Reproduce I tried to debug this issue however I am not 100% sure what is the root cause. I...

enhancement
triaged

Hello! After updating the pytest version from 5.4.3 to 6.0.0rc1 in my service I noticed the tests performance regression. I was very determined to find the root cause so I...

type: performance
plugin: logging