NREL / Spawn

Other
15 stars 3 forks source link

Make exedir more robust #26

Closed lefticus closed 3 years ago

lefticus commented 3 years ago

Closes #5

Todo: fix iddDir() and friends to also not have duplicates, but the behavior looks slightly different, so I didn't want to break untested code.

Tests call the test executable from a new relative path to make sure the correct value is returned, which is not a relative path.

kbenne commented 3 years ago

Thanks @lefticus, I will merge when the tests are done.