Franek Martyka

Results 5 issues of Franek Martyka

Hi all! I have a situation where I do some REST API calls during pytest run. Each request is saved in DB with the session_id field which is either some...

question

Is there a way to disable html escaping to display custom logs directly from `logging.info()` Example: ```python def test_abcd(f1): assert 3 > 1, "always passes" logging.info("Custom div text") ``` it...

pytest-metadata was bumped to 3.0.0: https://pypi.org/project/pytest-metadata/#history This changed the API for accessing and modifying the metadata object: https://github.com/pytest-dev/pytest-metadata/compare/v2.0.4...master -> README.rst ![image](https://github.com/pytest-dev/pytest-html/assets/39058146/8e48fb82-9cde-4593-b5ed-91b4fbb3d059) With those changes, `Environment` section is no longer appearing...

next-gen

I was wondering what is the value of input when food is not found in specific direction? Is is 0 by default?

**Describe the bug** Hello, as in the description, I have a problem with running `pants test` in the GitHub actions CI. It fails when trying to execute `pants test` for...

bug