Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2624 IMHOï¼it is better to have integration test for interpreter. Because interpreter is usually 3rd party library outside zeppelin. Unit test usually has many assumption which may not be true in real scenario. While integration test can simulate the real scenario.
---