Page MenuHomePhabricator

[tests] fix flake8 warnings in node_network_limited.py
ClosedPublic

Authored by Fabien on Jan 21 2019, 16:08.

Details

Summary

This cleans up the comments and make the variables/functions conform to
python snake_case.

Partial backport of core PR11867 (commit 1285312)

Depends on D2363

Test Plan
./test/functional/test_runner.py node_network_limited.py

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

deadalnix added inline comments.
test/functional/node_network_limited.py
53 ↗(On Diff #6781)

NODE_WITNESS is incorrect here. Obviously not related to this patch, so it can fixed somewhere else.

This revision is now accepted and ready to land.Jan 21 2019, 17:30
This revision was automatically updated to reflect the committed changes.