go-ipfs-api
go-ipfs-api copied to clipboard
Modify tests to start daemon before running?
Currently to run the tests, you'll need to manually start a daemon locally, otherwise all of them will fail.
Is it possible we can start some testing daemon before running the tests, from within the tests so users don't have to think about it?
This may be of interest https://github.com/ipfs/iptb
Note that this will be done as a part of https://github.com/ipfs/go-ipfs-api/pull/76