namespace test-io
test-io
Functions
Name | |
---|---|
def | testsrcpath(fname fname) |
Attributes
Name | |
---|---|
TESTSRCDIR | |
aos_ref | |
def | ypath |
def | yzpath |
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