Skip to content

test_install

[ allennlp.commands.test_install ]


The test-install subcommand provides a programmatic way to verify that AllenNLP has been successfully installed.

TestInstall#

class TestInstall(Subcommand)

add_subparser#

class TestInstall(Subcommand):
 | ...
 | @overrides
 | def add_subparser(
 |     self,
 |     parser: argparse._SubParsersAction
 | ) -> argparse.ArgumentParser