Skip to content
Snippets Groups Projects
Commit cc79c965 authored by Moul's avatar Moul
Browse files

[test] #103: Install pytest{,-async,-sugar}, change Makefile rule

parent b05c6dec
No related branches found
No related tags found
No related merge requests found
Pipeline #6879 failed
...@@ -7,7 +7,7 @@ docs: ...@@ -7,7 +7,7 @@ docs:
# run tests # run tests
tests: tests:
python3 -m unittest ${TESTS_FILTER} python3 -m pytest ${TESTS_FILTER}
# check # check
check: mypy pylint check-format check: mypy pylint check-format
......
...@@ -4,3 +4,6 @@ pylint ...@@ -4,3 +4,6 @@ pylint
black black
sphinx sphinx
sphinx_rtd_theme sphinx_rtd_theme
pytest
pytest-asyncio
pytest-sugar
- DuniterPy:
- mv reduce_base from document/transaction.py to helpers/money.py
- mv amount_in_current_base() from silkaj to helpers/money.py
- handle input and output sources (seperate cases with type())
- write tests
- implement /blockchain/branches BMA path
- {Out,In}PutSource: get rid of inline(), inline_condition()
- Create a website
- implement a class to handle numbers, to access same amount expressed in unit (* 100), decimal, current, previous and future UD values
- #106: README.rst -> README.md, handle formatting for setup.py (to PyPi)
- Readme: add Silkaj, updates
- #66: Migrate DuniterPy to Poetry/pyproject.toml
- Tests on all supported Python versions
- #103: Switch to Pytest
- duniterpy/api/endpoint.py:BMA: rename `server` to `host(name)`
- sources: rename `noffset` to `pos` position as in Duniter code. Much easier to understand
- I think BMA gives `noffset`. It might be in the jsonschema
- CI/CD: check-format called twice: in `format` and `check` jobs:
- Separate distincts jobs for each tasks, pylint and mypy are also in the same job
- Duniter:
- GVA module: LICENSE
- Web admin v2: LICENSE
- Monit:
- remove librelois.fr calls from views/{HEAD,Chart}.html
- cesium.monnaielibreoccitanie.fr: cesium logo: views/about.html
- Wot-Wizard:
- calls to cloudflare
- Gchange:
- UD amount
- Presentation for BlockchainHub Graz:
- http://cuckooland.free.fr/reveal/LibreCurrencyInAFifthOfATime.html#/
- https://forum.monnaie-libre.fr/t/presentation/6707
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment