namespace test-io

test-io

Functions

Name
deftestsrcpath(fname fname)

Attributes

Name
TESTSRCDIR
aos_ref
defypath
defyzpath

Functions Documentation

function testsrcpath

def testsrcpath(
    fname fname
)

Attributes Documentation

variable TESTSRCDIR

TESTSRCDIR =  os.environ.get("YODA_TESTS_SRC", ".");

variable aos_ref

aos_ref =  yoda.read(testsrcpath("test.yoda"));

variable ypath

def ypath =  testsrcpath("test.yoda");

variable yzpath

def yzpath =  ypath + ".gz";

Updated on 2022-08-08 at 20:05:55 +0100