# import your full_suite tests from deepchecks
from deepchecks.suites import full_suite
# create and run a DeepChecks test suite
suite_result = full_suite().run(...)
# push thes results to wandb
# here you can pass any wandb.init configs and arguments you need
project='my-suite-project',
config={'suite-name': 'full-suite'}