1
Fork 0
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:
ふぁ 2025-02-12 21:58:23 +09:00
parent d559d27310
commit 0866eaacf1
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 147 additions and 17 deletions

11
.vscode/launch.json vendored
View file

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