You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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
changed the title
Proper testing
Proper testing - tools
Oct 16, 2020
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 :)The text was updated successfully, but these errors were encountered: