Mentions légales du service

Skip to content
Snippets Groups Projects

Feature options

Merged Mathieu Giraud requested to merge feature-options into dev
2 files
+ 36
13
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 13
0
./should --no-f demo/cal.should
$ Do not launch any 'f' test
0:TODO
./should --no-a demo/cal.should
$ Do not launch any 'a' test
0:ALLOW
./should --only-f demo/cal.should
$ Launch only the two 'f' tests
r:Summary.* TODO:2
r:Summary.* total:2
./should --only-a demo/cal.should
$ Launch only the unique 'a' test
Loading