-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
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.stdoutTakes 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels