mongo-tools-js-to-go
Installation
SKILL.md
mongo-tools JS-to-Go Test Conversion
Integration Test Boilerplate
For tests within an individual tool's package (e.g. mongoimport/, mongodump/):
func TestFoo(t *testing.T) {
testtype.SkipUnlessTestType(t, testtype.IntegrationTestType)
const (
dbName = "mongofoo_test_db"
collName = "coll"
)