lookfirst / sardine

an easy to use webdav client for java
Other
579 stars 185 forks source link

The tests are using googlecode's WebDAV #261

Closed sjsf closed 1 year ago

sjsf commented 8 years ago

...which apparently has been shut down.

LotharSpiegel commented 2 years ago

Hi! @dkocher, @lookfirst Would it be of interest (as pull request) to introduce https://www.testcontainers.org/ to make the tests independent from the availability of any online test Webdav? I've tried it out and it would be feasible.

lookfirst commented 2 years ago

Improvements are always welcome. I do worry about a dependency on a third party service though. This project is so old that it tends to even outlast hosting services. We started on google code!

On Sat, Aug 6, 2022 at 7:31 AM Lothar Spiegel @.***> wrote:

Hi! @dkocher https://github.com/dkocher, @lookfirst https://github.com/lookfirst Would it be of interest (as pull request) to introduce https://www.testcontainers.org/ to make the tests independent from the availability of any online test Webdav? I've tried it out and it would be feasible.

— Reply to this email directly, view it on GitHub https://github.com/lookfirst/sardine/issues/261#issuecomment-1098779840, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAU226GCBIAVSSMNAP5ENLVXZZKRANCNFSM4CT2DKMA . You are receiving this because you were mentioned.Message ID: @.***>

LotharSpiegel commented 1 year ago

I opened pull request https://github.com/lookfirst/sardine/pull/366 as a proposition how testcontainers could be used to enable tests for sardine again.