Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
silkaj
Commits
c39c43a0
Commit
c39c43a0
authored
2 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
Move idty_tools to wot directory (
#330
)
parent
87fe111d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!216
#330: Restructure repository
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
silkaj/revocation.py
+2
-1
2 additions, 1 deletion
silkaj/revocation.py
silkaj/wot/idty_tools.py
+0
-0
0 additions, 0 deletions
silkaj/wot/idty_tools.py
tests/test_revocation.py
+2
-1
2 additions, 1 deletion
tests/test_revocation.py
tests/wot/test_idty_tools.py
+1
-1
1 addition, 1 deletion
tests/wot/test_idty_tools.py
with
5 additions
and
3 deletions
silkaj/revocation.py
+
2
−
1
View file @
c39c43a0
...
@@ -26,10 +26,11 @@ from duniterpy.documents.identity import Identity
...
@@ -26,10 +26,11 @@ from duniterpy.documents.identity import Identity
from
duniterpy.documents.revocation
import
Revocation
from
duniterpy.documents.revocation
import
Revocation
from
duniterpy.key.verifying_key
import
VerifyingKey
from
duniterpy.key.verifying_key
import
VerifyingKey
from
silkaj
import
auth
,
idty_tools
,
network
,
tui
from
silkaj
import
auth
,
network
,
tui
from
silkaj.blockchain.tools
import
get_currency
from
silkaj.blockchain.tools
import
get_currency
from
silkaj.constants
import
FAILURE_EXIT_STATUS
,
SUCCESS_EXIT_STATUS
from
silkaj.constants
import
FAILURE_EXIT_STATUS
,
SUCCESS_EXIT_STATUS
from
silkaj.public_key
import
gen_pubkey_checksum
from
silkaj.public_key
import
gen_pubkey_checksum
from
silkaj.wot
import
idty_tools
from
silkaj.wot
import
tools
as
w_tools
from
silkaj.wot
import
tools
as
w_tools
REVOCATION_LOCAL_PATH
=
"
revocation.txt
"
REVOCATION_LOCAL_PATH
=
"
revocation.txt
"
...
...
This diff is collapsed.
Click to expand it.
silkaj/idty_tools.py
→
silkaj/
wot/
idty_tools.py
+
0
−
0
View file @
c39c43a0
File moved
This diff is collapsed.
Click to expand it.
tests/test_revocation.py
+
2
−
1
View file @
c39c43a0
...
@@ -24,12 +24,13 @@ from click.testing import CliRunner
...
@@ -24,12 +24,13 @@ from click.testing import CliRunner
from
duniterpy.api
import
bma
from
duniterpy.api
import
bma
from
duniterpy.documents.revocation
import
Revocation
from
duniterpy.documents.revocation
import
Revocation
from
silkaj
import
auth
,
idty_tools
,
revocation
from
silkaj
import
auth
,
revocation
from
silkaj.blockchain
import
tools
as
bc_tools
from
silkaj.blockchain
import
tools
as
bc_tools
from
silkaj.cli
import
cli
from
silkaj.cli
import
cli
from
silkaj.constants
import
FAILURE_EXIT_STATUS
,
SUCCESS_EXIT_STATUS
from
silkaj.constants
import
FAILURE_EXIT_STATUS
,
SUCCESS_EXIT_STATUS
from
silkaj.network
import
client_instance
from
silkaj.network
import
client_instance
from
silkaj.public_key
import
gen_pubkey_checksum
from
silkaj.public_key
import
gen_pubkey_checksum
from
silkaj.wot
import
idty_tools
from
silkaj.wot
import
tools
as
w_tools
from
silkaj.wot
import
tools
as
w_tools
from
tests.patched.auth
import
patched_auth_method
from
tests.patched.auth
import
patched_auth_method
from
tests.patched.blockchain_tools
import
patched_get_head_block_gtest
from
tests.patched.blockchain_tools
import
patched_get_head_block_gtest
...
...
This diff is collapsed.
Click to expand it.
tests/test_idty_tools.py
→
tests/
wot/
test_idty_tools.py
+
1
−
1
View file @
c39c43a0
...
@@ -22,9 +22,9 @@ from duniterpy.api import bma
...
@@ -22,9 +22,9 @@ from duniterpy.api import bma
from
duniterpy.documents.block_id
import
BlockID
from
duniterpy.documents.block_id
import
BlockID
from
duniterpy.documents.identity
import
Identity
from
duniterpy.documents.identity
import
Identity
from
silkaj
import
idty_tools
from
silkaj.constants
import
ALL
,
PUBKEY_PATTERN
from
silkaj.constants
import
ALL
,
PUBKEY_PATTERN
from
silkaj.public_key
import
gen_pubkey_checksum
from
silkaj.public_key
import
gen_pubkey_checksum
from
silkaj.wot
import
idty_tools
from
tests.patched.idty_tools
import
(
from
tests.patched.idty_tools
import
(
idty1
,
idty1
,
idty2
,
idty2
,
...
...
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