Skip to content

Move "integration tests" to test directory? #16

@Spaceface16518

Description

@Spaceface16518

I believe the integration style tests you have in src/test.rs should go in tests/test.rs (or whatever file name you want) because they will then be classified as "integration tests" by cargo test. If you have them in the source directory for a specific reason, you can just close this issue, but it is good practice to keep these tests in the proper place for integration tests (although it shouldn't really change anything much)

Thanks!

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