mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
feat(resume downloads): add basic tests
Signed-off-by: Saarthak Verma <saarthakverma739@gmail.com>
This commit is contained in:
parent
f16c7cef92
commit
d7e88754d4
2 changed files with 12 additions and 1 deletions
|
@ -38,3 +38,10 @@ var _ = Describe("Gallery API tests", func() {
|
|||
})
|
||||
})
|
||||
})
|
||||
|
||||
var _ = Describe("Download Test", func() {
|
||||
Context("URI", func() {
|
||||
It("Resumes partially downloaded files")
|
||||
It("It accurately updates progress")
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue