Skip to content

[Maintenance] Remove underscores from test method names #183

Description

@graycampbell

What area needs maintenance?

Test method names across Tests/.

Why is this improvement needed?

Some test method names use underscores to distinguish between related cases. This is inconsistent with Swift naming conventions and the rest of the test suite, which uses camelCase throughout.

Proposed solution

Audit all test method names across Tests/ and rename any that contain underscores to camelCase equivalents.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    testingChanges related to testing

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions