mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
dda92b5491
* agent integration tests * agent integration tests * Update integration_tests/requirements.txt Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
6 lines
162 B
Python
6 lines
162 B
Python
from .identity_script_test import *
|
|
from .increment_flow_test import *
|
|
from .schedule_test import *
|
|
from .windmill_sdk_test import *
|
|
from .agent_workers import *
|