mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
update test login
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
d559d27310
commit
0866eaacf1
3 changed files with 147 additions and 17 deletions
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
|
|
@ -31,6 +31,15 @@
|
|||
"MULTI_THREAD": "True",
|
||||
"CUESOR_TEST_COUNT": "3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "test-guest",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "test/python/test_serialize_guest.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false,
|
||||
"preLaunchTask": "build-task"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue