Sarah Bennert

Results 6 comments of Sarah Bennert

imho, sounds like a feature. Separate fixture from hook. ``` test/conftest.py # fixtures conftest.py # hooks pytest.ini ```

+1 for VM/CNV testing, but we should probably look at moving away from `python setup.py develop` for CI builds and normal usage. That was the main difference between the two...

Hi @amitsagtani97 :) For VMs in benchmark-operator, we are using `pip install git+https://...` which behaves as `python setup.py install`. When running the pod versions of the same tests, they were...

Hi @ionelmc, I have a use case for this. It is a long-running test with multiple stages I would like to individually benchmark. Due to the current behavior, to get...

I believe this needs to be in a [different location](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository) for it to populate correctly. currently (in development branch): .github/ISSUE_TEMPLATE/pull_request_template.md should be: .github/PULL_REQUEST_TEMPLATE/pull_request_template.md or .github/pull_request_template.md

@ricardoamaro Linux binaries can be found here: https://github.com/voideditor/binaries/releases The OP had been updated. But +1 be cool to see on the main page.