Victor Maryama
Victor Maryama
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
Hi! Is it available or planned anything like generating python code from the diagram? Thanks
Hi, This is a documentation request to have a flowchart of all the pytest test session states (setup, conftest, collecting, run setup, run test, run teardown, make report, etc..) together...
Hi, I would like to propose using entry_points as another way of finding and loading custom tags. This makes sharing and using tag implementations easier - avoids the need to...
Hi, Considering a template like ``` # generic.yaml !Defaults name: Unknown name greeting: Unknown greeting --- phrase: !Format "{greeting} {name}" ``` Which is templated once, with results as expected (`phrase:...
Hi, I think this is a consequence of https://github.com/astraw38/pytest-assume/pull/42. I remember back in time, I picked `pytest-assume` instead of `pytest-check` because of its use of `pytest_pyfunc_call`, as it would seamlessly...
Hi, When we query traces from Clickhouse as a data source we don't see the span references listed, which is different from when I check traces from Tempo, where the...