HomePhabricator

test: remove necessity to call create_callback_map
2f601d215da1Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

test: remove necessity to call create_callback_map

Remove necessity to call create_callback_map (as well as the function
itself) from the Python P2P test framework. Invoke the appropriate
methods directly.

  • Easy to forget to call it and wonder why it doesn't work
  • Simplifies the code
  • This makes it easier to handle new messages in subclasses

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Dec 4 2015, 12:10
deadalnixPushed on May 14 2017, 22:04
Parents
rABC792259278e4f: Merge pull request #7166
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC2f601d215da1: test: remove necessity to call create_callback_map (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Dec 4 2015, 12:15