ksqldb-go
ksqldb-go copied to clipboard
Proper testing - tools
What's a proper way to implement tests for this client? I have no idea :) At the moment it's a manual Docker Compose plus running go run ./test to see if it falls over. I'm pretty sure that's not state of the art. Can it be automated? Advice welcome :)
@rmoff what are your thoughts on using something like this - https://github.com/ory/dockertest
TBH I honestly know very little about the current tooling and techniques, so I am very happy to be guided by people's advice here 👍
I also wonder if this issue should be split into two - (1) whattool do we use for testing and (2) are the tests written appropriately (I'm pretty sure they're not, right?)