- Oct 14, 2022
-
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
Closer to money commands usage Would avoid import cycle issue
-
Moul authored
In order to avoid as much as possible circural import Also fits better with other pubkey tools
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
Split balance cmd in a file, money_tools in an other
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
- Sep 25, 2022
-
-
Moul authored
Add coverage keyword and regex Before GitLab v15.0, it used to be into the project settings now, it’s into the CI config This fixes previously working feature https://docs.gitlab.com/ee/ci/pipelines/settings.html#merge-request-test-coverage-results Add xml coverage report base on that GitLab coverage integration https://docs.gitlab.com/ee/ci/testing/test_coverage_visualization.html#python-example
-
- Jul 04, 2022
-
-
Moul authored
Improve failing test readability
-
- Jun 25, 2022
-
-
Moul authored
Fix types Improve method Set value types in blocks cells in order to get the proper format
-
- Jun 20, 2022
-
-
Moul authored
Remove mypy types-tabulate installation
-
-
generate_table does not add table headers any more.
-
-
modify display for blocks, and diffi commands
-
-
-
Import entire tui module Adapt balance test In the test environment, the checksum gets to the line below In the test environment and the runtime env, shutil.get_terminal_size().columns is of same value No idea why this is happening Check if checksum present in output
-
update related tests
-
pylint: Get rid of variables to get below 15
-
- create related tests
-
- Jun 07, 2022
-
-
Moul authored
-
Moul authored
To avoid following report: W0622: Redefining built-in 'license' (redefined-builtin)
-
Moul authored
-
Moul authored
From DuniterPy configuration Add additional E1120 (no-value-for-parameter) exception due to click context: https://stackoverflow.com/a/49680253 Drop following disables: R0902,R0903,R0912,R0914,R0915
-
Moul authored
To be compatible with mypy, pylint, pytest Returning in case of dry-run Not returning a value since mypy and pylint complain that every parts of the functions should return an integer
-