You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for user/passwd in ftp_url(). (#297)
* Modified tests for ftp_url() and geturl() methods.
Now they should support user/passwd in URL.
* Added test class for anonymous ftp-user testing.
ftp_url() and geturl() methods need special handling for anonymous input.
* Changed hard-coded 127.0.0.1 to self.server.host
Should now pass CI...
* Added support for user/passwd in ftp_url()
* Changed assertTrue() to assertEqual()
assertEqual provides more information than assertTrue.
* Added port to test_ftp_url(), replaced assertTrue to assertEqual.
* Update CHANGELOG.md
* Update CONTRIBUTORS.md
0 commit comments