Skip to content

docs: fix stale README examples and execute them in CI #203

Description

@rahlk

The README quick-start calls analysis.get_method_body(...) and the Neo4j example calls get_all_classes() — neither method exists on the facades (get_method_bodies is Python-only; the real method is get_classes()). Nothing executes README examples, so drift goes unnoticed.

Scope

  • Fix the stale examples.
  • Add a test that extracts and executes README code blocks against the bundled sample apps, wired into PR CI.

Part of #193. Branch: chore/issue-<n>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationtestAdded new tests

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions