Skip to content

Main

πŸ€– AI-Generated Content

This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.

provide.testkit.main

Main CLI entry point for provide-testkit.

Functions

main

main() -> None

Provide Testkit - Testing utilities for the provide ecosystem.

Source code in provide/testkit/main.py
@click.group()
@click.version_option()
def main() -> None:
    """Provide Testkit - Testing utilities for the provide ecosystem."""
    pass