UnkindPartition / tasty-golden

Golden test support for Tasty
MIT License
36 stars 15 forks source link

"Unhandled resource" message using withResource #13

Closed chreekat closed 9 years ago

chreekat commented 9 years ago

For details, look at this commit: https://github.com/chreekat/vim-haskell-syntax/commit/77519b477af09ad469fa66dc85e294ee3017e133

My gut feeling is that there is some mis-interaction between withResource and findByExtension. I tried to create a simpler test case using those methods, but couldn't seem to exercise the bug. I thought this diff was at least small enough that it could be a usable starting point!

UnkindPartition commented 9 years ago

Should be fixed in master. Can you check?

chreekat commented 9 years ago

Looks good!

I like the auto-generation of missing golden files and the fact that --accept only "accepts" failing tests.