dashpay / dash

Dash - Reinventing Cryptocurrency
https://www.dash.org
MIT License
1.49k stars 1.19k forks source link

test: functional tests for RPC getgovernanceinfo #6077

Closed knst closed 2 weeks ago

knst commented 2 weeks ago

Issue being fixed or feature implemented

https://github.com/dashpay/dash-issues/issues/63

What was done?

It adds functional test for getgovernanceinfo

How Has This Been Tested?

Run unit/functional tests

Check output of test/functional/test_runner.py -j20 --previous-releases --coverage --extended

Uncovered RPC commands:
  - cleardiscouraged
  - debug
  - getblockheaders
  - getmerkleblocks
  - getpoolinfo
  - voteraw

Breaking Changes

N/A

Checklist: