skttl / umbraco-fulltextsearch8

Full Text indexing and searching for Umbraco 8 and Examine.
MIT License
19 stars 22 forks source link

Add unit test project? #85

Closed enkelmedia closed 1 year ago

enkelmedia commented 1 year ago

When working on https://github.com/skttl/umbraco-fulltextsearch8/issues/82 I made some unit test outside of the project to make sure things did not break but I didn't want to include it in that PR so hence creating this issue.

Would you be open to adding a unit test project?

If yes, I would be happy to add the stuff that I made "on the side" in PR. I was using NUnit but if you have another preference I' happy to adjust in the PR.

Cheers!

skttl commented 1 year ago

Very much open to adding testing - so PR away :)

enkelmedia commented 1 year ago

Added in the PR it self to avoid merge problems =D

https://github.com/skttl/umbraco-fulltextsearch8/pull/84