Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
l
L godlike
07/26/2023, 1:40 PM
Hi, community, I just finish develop a new feature, which is sandbox email publisher Here is my code:
https://github.com/flyteorg/flyteadmin/compare/master...Future-Outlier:flyteadmin:first-version-email-publihser
here is my issue:
https://github.com/flyteorg/flyte/issues/3847
However, it seems clueless for me to know how to write test, can anyone give me some hint or guide me for 5 - 10 minutes ? Thanks a lot !
k
Kevin Su
07/26/2023, 6:52 PM
you could refer to
https://github.com/flyteorg/flyteadmin/blob/master/pkg/async/notifications/implementations/aws_processor_test.go
and
https://github.com/flyteorg/flyteadmin/blob/master/pkg/async/notifications/implementations/event_publisher_test.go
l
L godlike
07/26/2023, 11:59 PM
Thanks a lot, Kevin. I will try it!
Post