STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
Test Struct Reference

An array of tests. More...

#include <delivery.h>

Data Fields

char * name
 Name of package.
 
char * version
 Version of package.
 
char * repository
 Git repository of package.
 
char * script_setup
 Commands to execute before the main script.
 
char * script
 Commands to execute.
 
bool disable
 Toggle a test block.
 
bool parallel
 Toggle parallel or serial execution.
 
char * build_recipe
 Conda recipe to build (optional)
 
char * repository_info_ref
 Git commit hash.
 
char * repository_info_tag
 Git tag (first parent)
 
struct StrListrepository_remove_tags
 Git tags to remove (to fix duplicate commit tags)
 
struct Runtime * runtime
 Environment variables specific to the test context.
 
int timeout
 Timeout in seconds.
 

Detailed Description

An array of tests.

Test information.


The documentation for this struct was generated from the following file: