seismicrna.test package

Test Initialization Module


Submodules

Testing Main Module


This module is the entry point for the command line interface. Running

$ seismic [OPTIONS] command [OPTIONS] [ARGS]

calls the function cli() defined in this module.

seismicrna.test.main.run(verbose: int = 0)

Run all unit tests.

Parameters:

verbose (int) – Print info (-v) or info and debug (-vv) messages on stdout [positional or keyword, default: 0]