Skip to content

Easy way to test a new feature #546

@abelsiqueira

Description

@abelsiqueira

Description

I want to be able to quickly try something new, like the testitem_cli or the pre-commit, with a simple single function call.
E.g.,

julia> BestieTemplate.lets_try("TestingStrategy" => "testitem_cli")

or even a curated list

julia> BestieTemplate.lets_try()
Here are cool features to try:
- `:testitem_cli`: CLI version of runtests.jl with filtering capabilities
...
julia> BestieTemplate.lets_try(:testitem_cli) 

This would also be good for incremental updates, for instance.

Validation and testing

Test that only the expected files have changed for a given option.

Motivation

No response

Target audience

No response

Can you help?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions