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"
    )
Installs
1
GitHub Stars
1.1K
First Seen
1 day ago
mongo-tools-js-to-go — mongodb/mongo-tools