SAME-Project / same-project

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

skip tests that can't run #31

Closed lukemarsden closed 2 years ago

lukemarsden commented 2 years ago

Where we haven't pointed the test suite at a cluster/cloud, skip tests that rely on talking to real KFP/AML etc.

We should be able to run the unittests locally just by running pytest. And this should run the integration tests when the environment variables are configured appropriately.

aronchick commented 2 years ago

done