Skip to content

Feature request: Remove @testable from tests unless it is explicitly needed #373

@cameronvoell

Description

@cameronvoell

Is your feature request related to a problem?

@testable imports in our tests allows us to access internal only fields and classes that users of the SDK would not be able to access. There are some spots in our tests where we are utilizing internal only properties that incorrectly demonstrate how to use the SDK. Removing @testable import of XMTPiOS from our tests will help us catch this in tests.

Describe the solution to the problem

No response

Describe the uses cases for the feature

No response

Additional details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions