Skip to content

Run the existing FlowState test suite in CI #3

Description

@ajbeaver

Observed Evidence

FlowState contains 15 pytest tests covering auth, CLI behavior, composition, storage, and the server, but has no GitHub Actions workflow. An isolated June 13 audit environment installed .[dev] and passed all 15 tests. The run also emitted a Starlette test-client deprecation warning under the newest allowed dependencies.

Why It Matters

FlowState is presented as an installable public tool. Without CI, supported Python/dependency combinations and upgrade regressions are not recorded on commits or pull requests.

Decision Needed

Choose the supported Python matrix and whether dependency deprecation warnings should fail or be tracked separately.

Suggested Resolution

Add a workflow that installs .[dev], runs pytest -q, and covers the supported Python versions. Preserve the current passing suite and make dependency compatibility visible.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions