Skip to content

Pass in correct explicitlySpecified and selectors when creating TestDefinitions  #5609

@antoine-mulet

Description

@antoine-mulet

Simply something that has never been implemented it seems. For example Scalatest relies on these two fields to implement the tasks run logic so it's a shame they are currently hardcoded.

// TODO: To pass in correct explicitlySpecified and selectors
val tests =
for {
(df, di) <- discovered
fingerprint <- toFingerprints(di)
} yield new TestDefinition(df.name, fingerprint, false, Array(new SuiteSelector: Selector))

This is the first time I take a look at the sbt code but if someone can provide me with some guidance I would be happy to contribute.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions