feat: init test file
All checks were successful
Test CI / test speed (push) Successful in 19s
All checks were successful
Test CI / test speed (push) Successful in 19s
This commit is contained in:
parent
b450ba3188
commit
91017b6c74
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
@ -3,5 +3,14 @@
|
||||
"python.analysis.diagnosticSeverityOverrides": {
|
||||
"reportUndefinedVariable": "none",
|
||||
"reportMissingImports": "none"
|
||||
}
|
||||
},
|
||||
"python.testing.unittestArgs": [
|
||||
"-v",
|
||||
"-s",
|
||||
"./src",
|
||||
"-p",
|
||||
"*_test.py"
|
||||
],
|
||||
"python.testing.pytestEnabled": false,
|
||||
"python.testing.unittestEnabled": true
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
from tpre import *
|
||||
|
||||
# local {"pkx":"110913495319893280527511520027612816833094668640322629943553195742251267532611","pky":"42442813417048462506373786007682778510807282038950736216326706485290996455738"}
|
||||
# pkb (110913495319893280527511520027612816833094668640322629943553195742251267532611,42442813417048462506373786007682778510807282038950736216326706485290996455738
|
0
src/client_test.py
Normal file
0
src/client_test.py
Normal file
0
src/node_test.py
Normal file
0
src/node_test.py
Normal file
0
src/server_test.py
Normal file
0
src/server_test.py
Normal file
0
src/tpre_test.py
Normal file
0
src/tpre_test.py
Normal file
Loading…
x
Reference in New Issue
Block a user