summaryrefslogtreecommitdiffstats
path: root/tests/core/variant
Commit message (Expand)AuthorAgeFilesLines
* Add Dictionary.find_key()kobewi2022-08-161-0/+18
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-0/+62
* Merge pull request #56337 from cdemirer/fix-array-dictionary-idRémi Verschelde2022-01-231-1/+1
|\
| * Fix Array and Dictionary id() and dictionary test bugcdemirer2021-12-301-1/+1
* | `Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde2022-01-101-5/+30
* | Update copyright statements to 2022Rémi Verschelde2022-01-033-6/+6
|/
* PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke2021-11-261-0/+31
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-5/+5
* Move and organize tests into subfoldersAaron Franke2021-11-073-0/+1886