deliciousbrains / better-search-replace

A simple plugin for updating URLs or other text in a database.
https://bettersearchreplace.com
GNU General Public License v3.0
86 stars 36 forks source link

Add unit tests #21

Open mattgrshaw opened 9 years ago

mattgrshaw commented 9 years ago

The core functions of the plugin should be unit tested.

A start would be to add X amount of posts and run assertions based on that.

GaryJones commented 6 years ago

That sounds like integration tests, not unit tests ;-)