core-lightning/contrib/pyln-testing/pyln/testing
Christian Decker aeb5f969e2 pyln: Start each postgres DB in its own sub-directory
We had a couple of issues with workers dying and attempting to re-initialize
the database while it was already initialized. This will look for a free
directory and just start the DB in there, allowing workers to be better
isolated.
2020-09-26 09:04:35 +09:30
..
__init__.py pyln-testing: Bump version to 0.9.0 and add Makefile for release 2020-08-30 20:03:42 +02:00
btcproxy.py pyln-testing: Copy basic support infrastructure into pyln.testing 2019-11-12 21:23:55 +01:00
db.py pyln: Start each postgres DB in its own sub-directory 2020-09-26 09:04:35 +09:30
fixtures.py pyln-testing: Bump version to 0.9.0 and add Makefile for release 2020-08-30 20:03:42 +02:00
utils.py pyln: Rename LightningNode.fund_channel to fundchannel 2020-09-23 14:45:12 +09:30