Ph0enixKM / Amber

๐Ÿ’Ž Amber the programming language compiled to bash
https://amber-lang.com
GNU General Public License v3.0
3.54k stars 70 forks source link

๐Ÿงน Cover all std functions in tests #117

Closed b1ek closed 1 month ago

b1ek commented 1 month ago

I don't like the current stdlib tests, because if it fails, it is very very hard to find out which function exactly has failed.

My proposal is to split that test into a lot of smaller ones and move them to a different file.

Also, as pointed out in https://github.com/Ph0enixKM/Amber/pull/114#issuecomment-2132228100, these tests do not cover some functions

Ph0enixKM commented 1 month ago

@b1ek tbh I wanted to do that too but didn't have time yet ๐Ÿ˜„