LTA’s Integration Tests

Integration tests for LTA.

Tests of the CLI

Tests for the CLI.

This will not test built-in features of argparse, such as const/default with nargs=’?’, the version flag, or the help flag. It will test that any custom code plugged into the parser behaves correctly.

tests.integration.test_cli.test_echoes_text(capsys: _pytest.capture.CaptureFixture) None

The CLI prints text passed to it.