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

Isolated mode: only isolate tests that use the robot fixture #240

Open
virtuald opened this issue Feb 21, 2025 · 1 comment
Open

Isolated mode: only isolate tests that use the robot fixture #240

virtuald opened this issue Feb 21, 2025 · 1 comment

Comments

@virtuald
Copy link
Member

Some tests don't require isolation, we should detect those cases and run them normally to avoid the speed penalty.

@auscompgeek
Copy link
Member

We should probably stop autousing the robot fixture then, right?

@pytest.fixture(scope="function", autouse=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants