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
60ebf281
Commit
60ebf281
authored
2 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
Move cert to wot.certification (
#330
)
parent
9be37fef
No related branches found
No related tags found
1 merge request
!216
#330: Restructure repository
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
silkaj/cli.py
+1
-1
1 addition, 1 deletion
silkaj/cli.py
silkaj/wot/certification.py
+0
-0
0 additions, 0 deletions
silkaj/wot/certification.py
tests/wot/test_certification.py
+1
-1
1 addition, 1 deletion
tests/wot/test_certification.py
with
2 additions
and
2 deletions
silkaj/cli.py
+
1
−
1
View file @
60ebf281
...
...
@@ -24,7 +24,6 @@ from silkaj.blockchain.blocks import list_blocks
from
silkaj.blockchain.difficulty
import
difficulties
from
silkaj.blockchain.information
import
argos_info
,
currency_info
from
silkaj.blockchain.verify
import
verify_blocks_signatures
from
silkaj.cert
import
send_certification
from
silkaj.checksum
import
checksum_command
from
silkaj.constants
import
(
G1_DEFAULT_ENDPOINT
,
...
...
@@ -36,6 +35,7 @@ from silkaj.membership import send_membership
from
silkaj.money.balance
import
cmd_amount
from
silkaj.money.history
import
transaction_history
from
silkaj.money.transfer
import
send_transaction
from
silkaj.wot.certification
import
send_certification
from
silkaj.wot.lookup
import
id_pubkey_correspondence
from
silkaj.wot.wot
import
received_sent_certifications
...
...
This diff is collapsed.
Click to expand it.
silkaj/
cert
.py
→
silkaj/
wot/certification
.py
+
0
−
0
View file @
60ebf281
File moved
This diff is collapsed.
Click to expand it.
tests/
test_unit_cert
.py
→
tests/
wot/test_certification
.py
+
1
−
1
View file @
60ebf281
...
...
@@ -15,7 +15,7 @@
# from unittest.mock import patch
#
# from silkaj.
cert
import certification_confirmation
# from silkaj.
wot.certification
import certification_confirmation
#
# @patch('builtins.input')
# def test_certification_confirmation(mock_input):
...
...
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