isofit.test.test_cli_machinery

High-level tests to ensure the CLI is constructed properly.

Attributes

isoplots

ISOFIT_ABSPATH

IS_INSTALLED_VIA_PYTHONPATH

potential_isofit_path

_NO_EXECUTABLE_MARKER

Functions

test_subcommand_registration(executable)

Ensure all CLI subcommands are registered.

test_version()

Ensure --version flag works.

Module Contents

isoplots = None[source]
ISOFIT_ABSPATH[source]
IS_INSTALLED_VIA_PYTHONPATH = False[source]
potential_isofit_path[source]
_NO_EXECUTABLE_MARKER[source]
test_subcommand_registration(executable)[source]

Ensure all CLI subcommands are registered.

Test both $ isofit and $ python3 -m isofit.

test_version()[source]

Ensure --version flag works.