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

Godot 4.0 Enhancements #386

Closed
1 task done
bitwes opened this issue Aug 4, 2022 · 2 comments
Closed
1 task done

Godot 4.0 Enhancements #386

bitwes opened this issue Aug 4, 2022 · 2 comments
Labels
next release This has been implemented and will be in the next release.

Comments

@bitwes
Copy link
Owner

bitwes commented Aug 4, 2022

  • Could/should use Callable instances with the stubber. That way you could do something like
stub(foo.bar).to_return('foobar')
stub(foo.bar.bind(1, 2, 3)).to_return('barfoo')
@bitwes bitwes added the Godot 4.0 Issues related to Godot 4.0 label Aug 4, 2022
@bitwes
Copy link
Owner Author

bitwes commented Jul 16, 2024

Implemented by #638.

@bitwes bitwes added next release This has been implemented and will be in the next release. and removed Godot 4.0 Issues related to Godot 4.0 labels Jul 16, 2024
@bitwes
Copy link
Owner Author

bitwes commented Jul 26, 2024

Released.

@bitwes bitwes closed this as completed Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next release This has been implemented and will be in the next release.
Projects
None yet
Development

No branches or pull requests

1 participant