AndreiUlmeyda / oil

Search-as-you-type cli frontend for the buku bookmarks manager using peco.
GNU General Public License v3.0
147 stars 7 forks source link

Implement tests or rip them out #9

Closed AndreiUlmeyda closed 7 years ago

AndreiUlmeyda commented 7 years ago

Mocking is, even with bats, not too comfortable. Subsequent runs of the tests are not mutually independent leading to tests sometimes failing or passing without apparent reason. Feeding input to the jq script in tests is awkward and a syntactical plague if it works at all. Find another testing library, scrap the tests or abandon bash.

AndreiUlmeyda commented 7 years ago

Ripping out it is.