You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
from .utils.miniIo import upload_file |
|
|
|
|
|
# 测试上传文件 |
|
def test_upload_file(): |
|
upload_file("test.txt", "test.txt") |
|
|
|
|
|
if __name__ == "__main__": |
|
test_upload_file() |