Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Commits
cc79c965
Commit
cc79c965
authored
5 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[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
5 years ago
Stage: format
Stage: test
Stage: build
Stage: release
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
requirements_dev.txt
+3
-0
3 additions, 0 deletions
requirements_dev.txt
todos.txt
+37
-0
37 additions, 0 deletions
todos.txt
with
41 additions
and
1 deletion
Makefile
+
1
−
1
View file @
cc79c965
...
@@ -7,7 +7,7 @@ docs:
...
@@ -7,7 +7,7 @@ docs:
# run tests
# run tests
tests
:
tests
:
python3
-m
unit
test
${
TESTS_FILTER
}
python3
-m
py
test
${
TESTS_FILTER
}
# check
# check
check
:
mypy pylint check-format
check
:
mypy pylint check-format
...
...
This diff is collapsed.
Click to expand it.
requirements_dev.txt
+
3
−
0
View file @
cc79c965
...
@@ -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
This diff is collapsed.
Click to expand it.
todos.txt
0 → 100644
+
37
−
0
View file @
cc79c965
- 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment