ksqldb-go icon indicating copy to clipboard operation
ksqldb-go copied to clipboard

Proper testing - tools

Open rmoff opened this issue 5 years ago • 2 comments

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 avatar Oct 08 '20 10:10 rmoff

@rmoff what are your thoughts on using something like this - https://github.com/ory/dockertest

blaketastic2 avatar Oct 12 '20 18:10 blaketastic2

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?)

rmoff avatar Oct 16 '20 06:10 rmoff