Hi Team I want to write a test cases(unit test, in...
# flyte-support
a
Hi Team I want to write a test cases(unit test, integration and e2e) for my flyte workflows is there any rules to follow to write test cases for flyte workflows any documentaion will helpful
f
you should be able to use all tasks as regular python functions and for workflows it might be useful to mock https://docs.flyte.org/en/latest/api/flytekit/testing.html#module-flytekit.testing
d
I think integration test is a good example
you can study how CI start a flyte sandbox then run those!