Closed AnotherDroog closed 5 years ago
Sounds good
the create wallet function is a bit hard to test, as those functions are only available if there is no wallet on LND.
Unless we wrote an LND mock which would be useful anyway so it could run on travis
I'm currently just mocking up requests.get() and requests.post() so that the tests will run even if there is nothing else set up locally: https://github.com/ln2max/noma/blob/lnd_tests/tests/test_lnd.py
Wow awesome work @ln2max
I've added the first tests, maybe you can help improve coverage @nolim1t ?