SAME-Project / same-project

https://sameproject.ml/
Apache License 2.0
20 stars 8 forks source link

Add tests for broken notebook patterns in kubeflow backend #83

Closed Bubblyworld closed 2 years ago

Bubblyworld commented 2 years ago

See #69 and #71.

Adds kubeflow backend tests that can be run with pytest --kubeflow. Currently they fail, as the kubeflow backend breaks when notebooks contain certain python patterns (see the issues).

Also re-enables magic line parsing as some tests depend on it (there's an issue with multiline comments that needs to be fixed - see https://github.com/SAME-Project/same-project/commit/8fb08e2354b)