Details
Description
Hello,
In my company we are currently trying to implement scala unit test.
We need to implement unit-test to verify our code remains functional as it evolves.
To do so, we need to mock a livy server in our unit tests in order to perform `uploadJar` and `run` to a livy client.
I tried to adapt code from HttpClientSpec.scala