Testing

Tideland Go Audit v0.6.5

There are times when you find a bug in your software. Today it had been in my testing library TIdeland Go Audit. Here the assertion ErrorContains() reacted with a panic in case of a nil error. So I fixed it like I already had done it earlier in ErrorMatch(). Interestingly I found in testing that I didn’t verified it there. So this test is now changed too. Additionally during tests for a different library with high concurrency I, or better go test during the tests, discovered a race condition.

Tideland Go Audit v0.5.0

I’ve mentioned before that I’m currently reorganize my Tideland Go Libraries - once again. I’m sorry for it and it will be interesting just for those who want to participate in development. The import into your own projects will stay the same. This time it’s about the Tideland Go Audit library, I’ve just released the new v0.5.0. It’s a well approved and robust library containing helpful packages for testing. So the update only contains a few changes.