core-lightning/contrib/pyln-testing/pyln/testing
Christian Decker 5809cc41f4 pytest: Reduce the db_provider fixture scope to function
For performance reasons we were starting one for each session, which caused
the same postgres DB to be re-used for multiple tests (all test run in the
same worker process), but this could lead to interactions if there is a
timeout or a test happens to touch the `db_provider`. It turns out that we
were only saving about 15 seconds on a 1250 second run anyway, which is a
small cost for increased test isolation.
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 pytest: Reduce the db_provider fixture scope to function 2020-09-26 09:04:35 +09:30
utils.py pyln: Rename LightningNode.fund_channel to fundchannel 2020-09-23 14:45:12 +09:30