qooxdoo-archive / qooxdoo-cli

(deprecated, moved into qooxdoo-compiler) qx commandline
MIT License
4 stars 5 forks source link

Create individual tests for each command #48

Closed cboulanger closed 6 years ago

cboulanger commented 6 years ago

Currently, the travis test consists of one long .travis.yml file executing CLI commands. We need a setup in which each command and subcommand is in its own file. The question is if we should a) use a JS test framework and run the CLI commands from JS, or simply b) sequentially run all the scripts in a subdirectory, each returning exit code 0 in case everything worked, and >0 if not. Third option c) a pure bash/Command line test framework (there must be some, haven't done the research yet).

johnspackman commented 6 years ago

This issue was moved to qooxdoo/qooxdoo-compiler#83