jamie-pate / godot-code-coverage

Code coverage tool for gdscript
MIT License
16 stars 3 forks source link

Rewrite asserts with original line numbers #3

Open jamie-pate opened 1 year ago

jamie-pate commented 1 year ago

When you are debugging unit test errors all the assert line numbers are wrong now. We could rewrite asserts to automatically insert the original line number which would make it more obvious