lpil / gleeunit

Gleam bindings for the Erlang EUnit test framework
Apache License 2.0
22 stars 17 forks source link

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

Open giacomocavalieri opened 7 months ago

giacomocavalieri commented 7 months ago

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...
lpil commented 7 months ago

Thank you. We'll have to ensure this works for both targets.