pipelines/sdk/python/kfp/v2/compiler_cli_tests/README.md

117 B

Compiler unit tests

To update all golden snapshots:

for f in test_data/*.py ; do python3 "$f" ; done