iota2.tests.unittests.tests_utils.tests_utils_launcher

Functions

download_url(url, save_path[, chunk_size])

get_iota2_project_dir()

get_large_i2_data_test()

get large iota2 reference data test

md5(fname)

return the md5 of a file :type fname: str :param fname: the file name

run_cmd(cmd)

run cmd in a subprocess and raise and Exception if the command fails

Classes

Popen(args[, bufsize, executable, stdin, ...])

Execute a child program in a new process.