We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In grafana-agent-k8s-operator, in scenario tests, we mock vroot with a fixture: https://github.com/canonical/grafana-agent-k8s-operator/blob/main/tests/scenario/conftest.py#L10
It looks like pytest interface tester configure method does not expose the way to set up a virtual root to pass it to the tester.
configure
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In grafana-agent-k8s-operator, in scenario tests, we mock vroot with a fixture: https://github.com/canonical/grafana-agent-k8s-operator/blob/main/tests/scenario/conftest.py#L10
It looks like pytest interface tester
configure
method does not expose the way to set up a virtual root to pass it to the tester.The text was updated successfully, but these errors were encountered: