core-lightning/contrib/pyln-testing/pyln/testing
Rusty Russell e6ba66063e pytest: don't valgrind plugins under CI if many nodes.
Just pick one at random to trace fully.

Eg. test_gossip.py::test_getroute_exclude (creates 5 nodes)

Before:
	%MEM VSZ      RSS
	27.6 15941008 5106764

After:
	%MEM VSZ      RSS
	15.6 12234844 3009016

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-11-27 12:41:37 +00:00
..
__init__.py pyln: Derive version from git for pyln-testing 2021-09-28 18:34:43 +02:00
btcproxy.py Skip following import and skip flask type to mypy code analysis. 2021-08-30 12:12:32 +09:30
db.py chore: optimize postgres binary lookup 2020-10-27 10:40:52 +10:30
fixtures.py BOLT12: use point32 instead of pubkey32. 2021-10-08 13:47:30 +02:00
utils.py pytest: don't valgrind plugins under CI if many nodes. 2021-11-27 12:41:37 +00:00