Skip to content
New issue

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

gl-testing: Cleaning imports #466

Closed
wants to merge 1 commit into from
Closed

gl-testing: Cleaning imports #466

wants to merge 1 commit into from

Conversation

ErikDeSmedt
Copy link
Collaborator

No description provided.

@ErikDeSmedt
Copy link
Collaborator Author

I've misconfigured my editor and did some clean-ups which appear to make the tests fail.

@@ -45,7 +42,7 @@ def root_id(cert_directory):


@pytest.fixture()
def scheduler_id(root_id):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are needed, even if unused, because they build up the tree incrementally, and the dependency ensures the right execution order. I'm positive that is your problem. Fixtures with side-effects are nasty, but I don't know how to better do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants