When you run pipenv run gui and you run some test from the gui then an exception is raised:
127.0.0.1 - - [20/Mar/2020 18:09:06] "POST /api/test/run HTTP/1.1" 200 -
Error: ..../custom_project is not an valid Golem test directory; .golem file not found
Description
if you have this folder structure:
And inside
Pipfile
:When you run
pipenv run gui
and you run some test from the gui then an exception is raised: