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

Find a testing library other than bats #15

Closed AndreiUlmeyda closed 7 years ago

AndreiUlmeyda commented 7 years ago

After going over every last bash testing frameworklet I could find for the 10th time I decided to stop looking. Mocking not being approximately comfortably achievable or being unreliable is the deal breaker here for all of them. Tests modifying bookmarks would, in case of mistakes, run against the real buku db and momma raised me better than that.

Let the lack of tests stand as a reminder that the project should not grow substantially bigger without switching to a more appropriate language anyway.