Classes | |
class | Artifact |
class | Example |
Functions | |
def | load_commands_from_readme (readme) |
def | infer_model (path) |
def | test_examples (example_dir, artifacts) |
def | load_code_blocks_from_readme (readme) |
def | test_api_examples (example) |
def | test_cli_examples (example) |
def | test_cli_inspect_examples (example) |
Variables | |
ROOT_DIR = os.path.realpath(os.path.join(os.path.dirname(__file__), os.path.pardir)) | |
EXAMPLES_ROOT = os.path.join(ROOT_DIR, "examples") | |
list | EXAMPLES |
list | API_EXAMPLES |
reason | |
ids | |
list | CLI_EXAMPLES |
list | CLI_INSPECT_EXAMPLES |
def test_examples.load_commands_from_readme | ( | readme | ) |
def test_examples.infer_model | ( | path | ) |
def test_examples.test_examples | ( | example_dir, | |
artifacts | |||
) |
def test_examples.load_code_blocks_from_readme | ( | readme | ) |
def test_examples.test_api_examples | ( | example | ) |
def test_examples.test_cli_examples | ( | example | ) |
def test_examples.test_cli_inspect_examples | ( | example | ) |
test_examples.ROOT_DIR = os.path.realpath(os.path.join(os.path.dirname(__file__), os.path.pardir)) |
test_examples.EXAMPLES_ROOT = os.path.join(ROOT_DIR, "examples") |
list test_examples.EXAMPLES |
test_examples.API_EXAMPLES |
test_examples.reason |
test_examples.ids |
test_examples.CLI_EXAMPLES |