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

GD-356: Error on console when tests detects an orphan node #356

Closed
MikeSchulze opened this issue Dec 28, 2022 · 0 comments · Fixed by #357
Closed

GD-356: Error on console when tests detects an orphan node #356

MikeSchulze opened this issue Dec 28, 2022 · 0 comments · Fixed by #357
Assignees
Labels
bug Something isn't working
Milestone

Comments

@MikeSchulze
Copy link
Owner

The used Godot version:
v3.5.1.stable.official [6fed1ffa3]

OS including version:
all

Describe the bug
I see this error when my test has an orphan node.
image

Steps to Reproduce

func test_foo():
	assert_that(true).is_true()
	Node.new()

Minimal reproduction project:

@MikeSchulze MikeSchulze added the bug Something isn't working label Dec 28, 2022
@MikeSchulze MikeSchulze added this to the v2.3.2 milestone Dec 28, 2022
@MikeSchulze MikeSchulze self-assigned this Dec 28, 2022
@MikeSchulze MikeSchulze changed the title Error on console when tests detects an orphan node GD-356: Error on console when tests detects an orphan node Dec 28, 2022
@MikeSchulze MikeSchulze moved this to In Progress in GdUnit3 Dec 28, 2022
@MikeSchulze MikeSchulze moved this from In Progress to Code Review in GdUnit3 Dec 28, 2022
@github-project-automation github-project-automation bot moved this from Code Review to Done in GdUnit3 Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant