Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

feature: pass test flags through to go test #241

@mattbnz

Description

@mattbnz

Description

buffalo test (in both the existing stable, and upcoming v2 CLI branch AFAICT) heavily restricts what test flags can be passed through to the underling go test run which makes it hard to take advantage of standard go testing features via buffalo (e.g. -short to trigger a cut-down set of tests).

Could buffalo test be modified so that any unknown flag encountered in the list of arguments be treated as an entry for commandArgs, rather than the packageArgs lists and therefore be correctly passed through to go test ?

Additional Information

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requests: acceptedwas accepted or confirmed

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions