Commit Graph

5 Commits

Author SHA1 Message Date
Yihong Wang d463f16450
remove ContainerOp from test cases - part 1 (#685)
eliminate the usage of ContainerOp in testcases and
update the testcase accordingly.

Signed-off-by: Yihong Wang <yh.wang@ibm.com>
2021-08-05 11:58:42 -07:00
Christian Kadner 8170d59d48
Remove Python 3.5 support (2) (#465)
Updating a few SDK files remaining after #463

Related #463
2021-02-10 11:02:15 -08:00
Christian Kadner c1b7410029
Add end-to-end compiler tests (#174)
- Regenerate all "Golden" YAML files with PipelineRun
- Dynamically generate E2E test cases from "Golden" YAML files
- Add e2e_test target to Makefile
- Generate new "Golden" log files from Tekton pipeline run
- Fix PendingDeprecationWarning: dsl.ContainerOp....` will be removed in future releases
  Use `dsl.ContainerOp.container....` instead.
- Fix UserWarning: Missing type name was inferred as ...

Resolves #28
2020-06-11 15:10:57 -07:00
Christian Kadner 58e043d0a4
Remove monkey-patch (#148)
All of the "patched" methods are now exclusively called
directly by other code in the kfp_tekton compiler, hence
the monkey-patch is no longer needed.
2020-05-18 12:03:36 -07:00
Andrew Butler 2d06e98f30
Add unit tests for 'basic_no_decorator.py' and 'compose.py' (#111)
* Add unit tests

* Update condition.yaml

* Update test_kfp_samples.sh for new test_util.py

* Add results logging and refactor

* Refactor and add licenses

* Add license

* Add __main__ to introduced testdata

* Adjust new testdata for #119

* Add and edit doc string

* Fix golden yaml
2020-04-27 11:59:23 -07:00