Skip to content

6.8.3

Compare
Choose a tag to compare
@bitwes bitwes released this 13 May 16:16
775c194

6.8.3

Features

  • Added filename and inner class paths to "expected" and "got" values in asserts. For example you'll see [Node:1234](my_script.gd) now instead of just [Node:1234]. Types are also included where appropriate. For example Color(1,1,1,1) instead of (1,1,1,1) but strings and numbers aren't changed.
  • Text is now wrapped in the display. If you hate it let me know and I'll add a flag.

Bug Fixes

  • Xrayez found an issue with the signal watcher in 3.2.2 and fixed it.
  • Issue 147 Some built-ins could not be doubled because the underlying class starts with an underscore. This was discovered for File. These are now detected and handled.
  • Issue 149 Using assert_almost_eq no longer breaks all the beautiful colors in the display.
  • Issue 157/160 GDScript templates used for doubling now have a .txt extension instead of .gd. This was causing issues with warnings and exporting tests. If you want to export your tests you must now include *.txt files. A warning was added if the templates are missing.