gleeunit icon indicating copy to clipboard operation
gleeunit copied to clipboard

Can't find the project's tests if not run from the root

Open giacomocavalieri opened this issue 5 months ago • 1 comments

It looks like gleeunit is assuming to be run from the project's root. If we do the following it won't find any test:

gleam new foo
cd foo/test    # Or any other subdirectory
gleam test
# 0 tests run...

giacomocavalieri avatar Jan 24 '24 23:01 giacomocavalieri