Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-728

Consolidate testing files

    • Type: Icon: Improvement Improvement
    • Resolution: Gone away
    • Priority: Icon: Trivial - P5 Trivial - P5
    • None
    • Affects Version/s: None
    • Component/s: None

      Throughout the codebase there are various _internal_test.go files. This convention is not idiomatic Go, and some tools that expect test files for other Go files to follow the convention of _test.go. These tools will break and report that there is no test file for a particular file when there is one, it's just named slightly differently.

      Consolidate the _internal_test.go files into their _test.go counterparts. If there isn't an existing _test.go file, create it.

            Assignee:
            Unassigned Unassigned
            Reporter:
            kris.brandow@mongodb.com Kristofer Brandow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: