Skip to content

Test names that are repeated in different translation units #57

Description

@amirkamil

PR #56 added support for spreading test cases across multiple translation units. However, it did not resolve how to handle test names that are duplicated across translation units. Copying the comment from there:

An open question is how to handle test names that are duplicated across files. The current implementation will discard all but one, depending on the initialization order of the translation units. Better options would be to either generate an error, or to keep track of the filename in addition to the test name. But I am leaving that out of this PR.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions