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

[FEATURE] Let fixture is_in_debug differentiate between "running from editor" and "running in debug mode (from editor)" #89

Open
JCZuurmond opened this issue Nov 21, 2024 · 0 comments

Comments

@JCZuurmond
Copy link
Member

Description

Let fixture is_in_debug differentiate between "running from editor" and "running in debug mode (from editor)"

Current behavior

is_in_debug means "running from editor"

Expected behavior

is_in_debug means "running in debug mode (from editor)"

Solution

Add is_in_editor fixture that means "running from editor" and update is_in_debug to mean "running in debug mode (from editor)"

Considerations

This will update the behavior of tests that use is_in_debug. Though, in both cases this will not evaluate to False when not run from the editor

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

No branches or pull requests

1 participant