notice
This is documentation for Rasa Open Source Documentation v2.1.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (2.2.x).
Version: 2.1.x
rasa.cli.test
add_subparser
add_subparser(subparsers: SubParsersAction, parents: List[argparse.ArgumentParser]) -> None
Add all test parsers.
Arguments:
subparsers
- subparser we are going to attach toparents
- Parent parsers, needed to ensure tree structure in argparse
run_core_test
run_core_test(args: argparse.Namespace) -> None
Run core tests.
run_nlu_test
run_nlu_test(args: argparse.Namespace) -> None
Run NLU tests.
test
test(args: argparse.Namespace)
Run end-to-end tests.