feat: implement upload keyword

This commit is contained in:
debugtalk
2020-05-16 16:33:22 +08:00
parent a971c164ee
commit add392adf3
12 changed files with 384 additions and 41 deletions

View File

@@ -125,4 +125,3 @@ class TestLoader(unittest.TestCase):
loader.locate_file("examples/httpbin/", "debugtalk.py"),
os.path.join(os.getcwd(), "examples/httpbin/debugtalk.py"),
)