-
-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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_runIt'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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request