mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
fix bug with response body, add test for download hash
This commit is contained in:
parent
8e5a23adf2
commit
82249fe707
6 changed files with 31 additions and 4 deletions
|
@ -64,6 +64,9 @@ class JSTest(unittest.TestCase):
|
|||
|
||||
def test_post(self):
|
||||
self.run_test("test_post.js")
|
||||
|
||||
def test_download_hash(self):
|
||||
self.run_test("test_download_hash.js")
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
Loading…
Add table
Add a link
Reference in a new issue