Skip to content

Slow Sandbox Tests #53

@rsyring

Description

@rsyring

A simple Sandbox run to test the hello command:

with package.sandbox() as sb:
    result = sb.uv('run', 'ent', capture=True)
    assert 'Hello from enterprise.cli' in result.stdout

Takes like 30 seconds. Makes the tests really slow.

I need to build a task that runs the sandbox and that command with all output capture turned off so I can get a sense of what is taking the longest and fix it.

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