Skip to content
Snippets Groups Projects

#262: Introduce `verify` blocks command

Merged Moul requested to merge 262_verify_blocks into dev
Compare changes
  • Side-by-side
  • Inline
Files
1
  • 9fae638a
    [test] #262: Add verify blocks tests: · 9fae638a
    Moul authored
    - Integration test on the overall command:
      - Use click CliRunner().invoke()
      - https://click.palletsprojects.com/en/7.x/testing/#basic-testing
        - integration tests are requesting a node
        - If the node is down, the tests are broken
    - Unit tests on all the functions to test most of the major corner cases:
      - valid and a non-valid blocks signatures:
        - Kind of already in DuniterPy tests…
Loading