Skip to content

Classifying junit tests for testing versatility #4896

@matthew-a-dunlap

Description

@matthew-a-dunlap

There is a need to organize our tests such that only some are run during development while others are run by Travis. Some tests can be pretty slow and running the full suite every time can slow down dev work.

Looking into this a bit, there are at least two JUnit options to choose from: @suite and @category annotations . It may be best to choose the option that does not require annotating every test class, but maybe only annotating the slow ones?

More investigation is needed but either way it shouldn't be more work than adding some annotations and doing some minor edits to the build process and travis process

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions