aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/scripts/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test full userdata keys with verbose_errorsBenoit Germain2025-10-301-2/+7
|
* Stronger test for verbose_errorsBenoit Germain2025-10-301-5/+9
|
* verbose_errors improvementBenoit Germain2025-10-271-0/+34
| | | | | * Use std::format instead of sprintf for verbose errors when decoding table keys * Add a unit test for the different table key types
* Copy deep_userdata_example test script in the test frameworkBenoit Germain2025-07-311-0/+161
* I need to keep deep_userdata_example hackishly built-in inside the unit tests executable, because using the external module cause a crash in Lua51 tests (module is unloaded before some deep objects are GCed...) * copy the test script in the proper location and invoke it as part of the tests