Since Gleam got the new assert syntax, the gleeunit/should module has been deprecated. I'd like to update the tests to use gleeunit/should.
While we're at it, the tests use a bunch of hard coded descriptive file names. I'd like to replace that with more organized system for generating test files and directories. It would be especially helpful if the tests were platform aware (I test on mac and linux but not windows, but would like to get windows testing set up).
Since Gleam got the new
assertsyntax, the gleeunit/should module has been deprecated. I'd like to update the tests to use gleeunit/should.While we're at it, the tests use a bunch of hard coded descriptive file names. I'd like to replace that with more organized system for generating test files and directories. It would be especially helpful if the tests were platform aware (I test on mac and linux but not windows, but would like to get windows testing set up).