adamko-dev / dokkatoo

Generates documentation for Kotlin Gradle projects (based on Dokka)
https://adamko-dev.github.io/dokkatoo/
Apache License 2.0
74 stars 7 forks source link

Functional tests: assert file existence #134

Closed martinbonnin closed 9 months ago

martinbonnin commented 10 months ago

For some reason it looks like shouldBeAFile passes if the file does not exist. I asked the question on slack here

In the meantime, add shouldBeAnExistingFile() and disable a couple of tests that ~were~ should have been failing.

aSemy commented 10 months ago

🤯

Thanks for raising this, I'll a dig through to see why the assertions weren't working before - it indicates something is wrong with the tests...

aSemy commented 9 months ago

Thanks again!