Skip to content

Don't name the crate "test" #3

Description

@Manishearth

Currently the actual crate library is named "test", which is confusing since there's a builtin crate of the same name.

Furthermore, the builtin crate is always loaded, so this conflicts with it and can cause "multiple matching crates found" errors at times. We should avoid that. Perhaps we can just call it tester?

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions