Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Remove underscore from all TEST names #1144

@devjgm

Description

@devjgm

GoogleTest says this:

TEST() arguments go from general to specific. The first argument is the name of the test suite, and the second argument is the test's name within the test suite. Both names must be valid C++ identifiers, and they should not contain any underscores (_)

https://github.com/google/googletest/blob/master/googletest/docs/primer.md#simple-tests

We have lots of underscores in the names of our TESTs. We should remove them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: spannerIssues related to the googleapis/google-cloud-cpp-spanner API.good first issueThis issue is a good place to started contributing to this repository.type: cleanupAn internal cleanup or hygiene concern.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions