Skip to content

[tests] Build framework-specific environments when running tests #225

@tcdent

Description

@tcdent

We've has a couple missing dependencies not get caught in the test harness because they are fulfilled by other packages.

We currently install agentstack[all] in the test environment to simplify dependency management between base installs and framework-specific installs, but should find a way to install the actual dependencies used by a particular configuration. Since we're parameterizing frameworks in many of the tests, we may need to incorporate dependency install into the setUp method. Open to delegating this to tox if there's a way we can do it without duplicating tests, too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions