stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 671 forks source link

[testing] add a test observer per node #5240

Open jferrant opened 1 month ago

jferrant commented 1 month ago

Some tests want to rely on the test_observer receiving information, but this does not work in multi node setups as only one node ever has a registered test observer. Add the means for test observers to be created per node.