Franek Martyka
Franek Martyka
Gathering some test run statistics at the end of the test run and displaying them in summary section
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...
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  With those changes, `Environment` section is no longer appearing...
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...