"git@git.duniter.org:clients/gecko.git" did not exist on "4fea62ab6425fd12fb24f28329b3a7e0d19280f6"
Change tests to pytest pythonic format
With pytest
usage we can make the tests more pythonic:
-
Use the
assert
keyword: done automatically in Introduce ruff pre-commit hook (#198) - Move test functions out of classes/remove classes
-
Remove
tests/documents/test_block.py:1979
__main__
usage