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-299: Respect StringNames on assert_str() #300

Merged
merged 1 commit into from
Dec 28, 2023
Merged

GD-299: Respect StringNames on assert_str() #300

merged 1 commit into from
Dec 28, 2023

Conversation

MikeSchulze
Copy link
Owner

Why

We want to test not only against String with Godot 4.x StringName was introduced.

What

  • Allow to use StringName on assert_str()
  • improve test coverage

# Why
We want to test not only against `String` with Godot 4.x `StringName` was introduced.

# What
- Allow to use `StringName` on `assert_str()`
- improve test coverage
@MikeSchulze MikeSchulze linked an issue Dec 28, 2023 that may be closed by this pull request
@MikeSchulze MikeSchulze self-assigned this Dec 28, 2023
@MikeSchulze MikeSchulze merged commit 4f89a3d into master Dec 28, 2023
@MikeSchulze MikeSchulze deleted the GD-299 branch December 28, 2023 15:00
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.

GD-299: assert_str() reports error when using StringName
1 participant