databricks / cli

Databricks CLI
Other
132 stars 50 forks source link

PythonMutator: Add tests for import #1789

Open kanterov opened 5 days ago

kanterov commented 5 days ago

Changes

Add tests for a minimal example of using "import". Because there is no code for "init", we only test "load" for now.

Upgrade Python in CI to 3.10, because it's a minimal required version.

Tests

New tests