pyfilesystem2 icon indicating copy to clipboard operation
pyfilesystem2 copied to clipboard

Tests against real servers

Open zopyx opened this issue 8 years ago • 2 comments

For the new WebDAV driver we have tests that run against real webdav servers. We use Docker for maintaining various WebDAV servers. The nice thing is that you can use Docker images on Travis. Wouldn't it make sense to use the same approach for at least the FTP tests?

zopyx avatar Apr 27 '17 17:04 zopyx

Yes, I think that would be a great idea. It's not something I could work on the the short term. Is that something you would want to contribute?

willmcgugan avatar Apr 28 '17 09:04 willmcgugan

The WebDav related tests are now running successfully on Travis using Docker

https://github.com/PyFilesystem/pyfilesystem2/blob/master/.travis.yml

https://github.com/PyFilesystem/webdavfs/blob/master/Makefile

zopyx avatar May 04 '17 12:05 zopyx