exercism / cfml

Exercism exercises in CFML.
https://exercism.org/tracks/cfml
MIT License
13 stars 25 forks source link

Rename CLIRenderer@testbox-commands as CLIRenderer@testbox-cli #255

Closed BNAndras closed 6 months ago

BNAndras commented 6 months ago

In CommandBox 6, CLIRenderer@testbox-commands was renamed to CLIRenderer@testbox-cli, breaking locally run tests. This was used for printing the test results with ANSI formatting according to TestRunner.cfc comments.

BNAndras commented 6 months ago

So I don't forget. This should also be applied to the test-runner repo for consistency (not sure if it matters there).