fre.analysis.tests.test_subtools module

fre.analysis.tests.test_subtools.make_experiment_yaml(path, name, whitespace='  ')

Creates and experiment yaml configuration file for testing.

Args:

path: Path to the experiment yaml file that will be created. name: String name of the analysis package. whitespace: Amount of whitespace each block will be indented by.

fre.analysis.tests.test_subtools.test_install_analysis_package()

Tests installing an analysis package.

fre.analysis.tests.test_subtools.test_run_analysis()

Tests running an analysis package. Expects to fail because we don’t make a catalog.

fre.analysis.tests.test_subtools.test_run_unknown_analysis()

Get an UnknownPluginError when trying to run an uninstalled package.