Commit Graph

4 Commits

Author SHA1 Message Date
Christian Kadner 2c68de47e4
make lint (#164) 2020-05-29 09:29:16 -07:00
Tommy Li b23e5ecb14
Minor fixes for markdown, headers, and warnings. (#142)
* clean up and minor fixes

* fix typo

* add missing test file
2020-05-07 21:17:42 -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
Andrew Butler 6aa7ed3a10
Fix special compilation cases for kfp samples (#91)
* fix test cases

* add eof newline

* fix file restructure

* Generalize for special cases
Generalize for any nested pipeline or pipeline without a decorator as long as there is a config file with the necessary information to compile the pipelines

* Add more clear error throwing
also fix test_kfp_samples_report.txt

* Check for special pipelines from config file

* Add comment
2020-04-19 19:49:39 -07:00