lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.39k stars 184 forks source link

feat(fixtures) add function to locate relative fixtures #646

Closed Tieske closed 3 years ago

Tieske commented 3 years ago

By providing a relative path from the current test file it will return an absolute path to the fixture.

Closes #644

DorianGray commented 3 years ago

\o/

alerque commented 3 years ago

This PR introduced 15 warnings from Luacheck. Admittedly this wasn't easy to see before and at the time you branched the GitHub Action for this wasn't active so it didn't run on the PR, it was only evident after it merged to master.

Tieske commented 3 years ago

🙈

fixed in #653