Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

__init__.py
from lit.formats.base import (  # noqa: F401
    TestFormat,
    FileBasedTest,
    OneCommandPerFileTest,
    ExecutableTest
)

from lit.formats.googletest import GoogleTest  # noqa: F401
from lit.formats.shtest import ShTest  # noqa: F401