test¶
Command-line tool¶
Perform all the tests defined within the given descriptor
usage: bosh test [-h] [--sandbox] [--imagepath IMAGEPATH] descriptor
Positional Arguments¶
- descriptor
The Boutiques descriptor as a JSON file, JSON string or Zenodo ID (prefixed by ‘zenodo.’).
Named Arguments¶
- --sandbox
Get descriptor from Zenodo’s sandbox instead of production server.
Default: False
- --imagepath
Path to Singularity image. If not specified, will use current directory.
Python API¶
- boutiques.test(*params)
Refer to the Command-line tool section above