The docs were confusing on how to test. I didn't want to run every test, and couldn't figure out how to run only TestCat...
Ok, this was the magic I was looking for to run locally:
go test -v -run TestCat fs/operations/operations_test.go
I'll give the PR a quick check now
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.