pawamoy / aria2p

Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.
https://pawamoy.github.io/aria2p
ISC License
490 stars 93 forks source link

tests: Stop spawning aria2c instances, mock responses instead #99

Open pawamoy opened 3 years ago

pawamoy commented 3 years ago

Between the complexity, the flakiness and the bad perf of the tests, I think we should get rid of the actual aria2c instances in the test suite. We should simply mock the responses.