feat: init test file
All checks were successful
Test CI / test speed (push) Successful in 19s

This commit is contained in:
sangge 2024-01-03 12:23:25 +08:00
parent b450ba3188
commit 91017b6c74
6 changed files with 10 additions and 5 deletions

11
.vscode/settings.json vendored
View File

@ -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
}

View File

@ -1,4 +0,0 @@
from tpre import *
# local {"pkx":"110913495319893280527511520027612816833094668640322629943553195742251267532611","pky":"42442813417048462506373786007682778510807282038950736216326706485290996455738"}
# pkb (110913495319893280527511520027612816833094668640322629943553195742251267532611,42442813417048462506373786007682778510807282038950736216326706485290996455738

0
src/client_test.py Normal file
View File

0
src/node_test.py Normal file
View File

0
src/server_test.py Normal file
View File

0
src/tpre_test.py Normal file
View File