MikeSchulze / gdUnit4

A Godot Unit Test Framework. Support for GDScript and C# unit testing
MIT License
565 stars 30 forks source link

GD-531: Fix `assert_not_yet_implemented` reports the wrong line number #532

Closed MikeSchulze closed 2 months ago

MikeSchulze commented 2 months ago

Why

The assert_not_yet_implemented reports the wrong line number

What