Skip to content

Rename run function to main_run #706

@meleu

Description

@meleu

Description

I'd like to suggest renaming the default run function to something like main_run.

Reasoning: prevent name collision with BATS run function.

I already have a solution for this: I always put this in my bashly-settings.yml:

function_names:
  # NOTE: this is needed to prevent name collisions with BATS-core
  run: main_run

It's not a big thing for me, who already realized how to solve it. But it's another thing that adds more friction to let people (or AI agents) start testing right away.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions