Comcast / plax

A test automation engine for messaging systems
Apache License 2.0
7 stars 14 forks source link

Feature request: lint? #52

Open jsccast opened 3 years ago

jsccast commented 3 years ago

Maybe provide a lint mode to provide some static analysis? Check for orphan phases, empty phases, gotos to nowhere, etc.

jsccast commented 3 years ago

Related: Consider attempted to discover parameters that should be provided (on the command line, say) and report those. If feasible, this gear could be used during command-line invocation to warn if an expect parameter is missing.

Maybe even us some magic character -- perhaps even the ! -- to specify that a parameter must be provided before a test starts. ?!NEEDS_TO_BE_PROVIDED