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-531: Fix assert_not_yet_implemented reports the wrong line number #532

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

MikeSchulze
Copy link
Owner

Why

The assert_not_yet_implemented reports the wrong line number

What

  • Renaming of the internally called assert function from test_fail to do_fail in order not to collide with the error line detection in GdUnitAssertions.get_line_number().
  • add missing test coverage

# Why
The  `assert_not_yet_implemented` reports the wrong line number

# What
- Renaming of the internally called assert function from `test_fail` to `do_fail` in order not to collide with the error line detection in `GdUnitAssertions.get_line_number()`.
- add missing test coverage
@MikeSchulze MikeSchulze self-assigned this Jul 7, 2024
@MikeSchulze MikeSchulze added the bug Something isn't working label Jul 7, 2024
@MikeSchulze MikeSchulze linked an issue Jul 7, 2024 that may be closed by this pull request
@MikeSchulze MikeSchulze merged commit 6a06abc into master Jul 7, 2024
@MikeSchulze MikeSchulze deleted the GD-531 branch July 7, 2024 08:57
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
None yet
Development

Successfully merging this pull request may close these issues.

GD-531: assert_not_yet_implemented reports the wrong line number
1 participant