Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests, and fix discovered bugs #68

Merged
merged 24 commits into from Sep 13, 2017
Merged

Update tests, and fix discovered bugs #68

merged 24 commits into from Sep 13, 2017

Commits on Aug 31, 2017

  1. Configuration menu
    Copy the full SHA
    33b0be2 View commit details
    Browse the repository at this point in the history
  2. Check that FS.copy and FS.copydir raise the right errors

    Martin Larralde committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    1cb9bdb View commit details
    Browse the repository at this point in the history
  3. Check that FS.move and FS.movedir raise the right errors

    Martin Larralde committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    509a780 View commit details
    Browse the repository at this point in the history
  4. Add tests for filesystems supporting unicode paths

    Martin Larralde committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    7a17ad3 View commit details
    Browse the repository at this point in the history
  5. Add tests to check case sensitivity

    Martin Larralde committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    1ce5c3e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. Fix FTPFile methods that didn't return a proper value

    Martin Larralde committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    0e678ff View commit details
    Browse the repository at this point in the history
  2. Make FS.move raise FileExpected is the src_path is a folder

    Martin Larralde committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    bcfbabf View commit details
    Browse the repository at this point in the history
  3. Fix FTPFile.truncate not returning the new size

    Martin Larralde committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    84700ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    341085e View commit details
    Browse the repository at this point in the history
  5. Fix MemoryFile.truncate moving the cursor when given a size

    Martin Larralde committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    06a2411 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8acd0d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    085c8a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2017

  1. Check that syspath works fine with an UTF-8 filename

    Martin Larralde committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    d6b4b3f View commit details
    Browse the repository at this point in the history
  2. Rewrite TestFTPFS to use pyftpdlib.test.FTPd

    Martin Larralde committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    3ee3fc1 View commit details
    Browse the repository at this point in the history
  3. Fix ftpfs._encode not using utf-8 in Python 2.7

    Martin Larralde committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    1a36612 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Bump required pyftpdlib to 1.5.2

    Martin Larralde committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    46003ff View commit details
    Browse the repository at this point in the history
  2. Make FTPFS properly encode/decode the FTP server response

    Martin Larralde committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    e738c3c View commit details
    Browse the repository at this point in the history
  3. Fix nose mistaking ThreadedTestFTPd for a TestCase

    Martin Larralde committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    72a0e6e View commit details
    Browse the repository at this point in the history
  4. Make sure ftpfs._encode/_decode use the proper encoding

    Martin Larralde committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    8d3b88f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. Remove potential bug in FTPFile.truncate

    Martin Larralde committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    a9074bc View commit details
    Browse the repository at this point in the history
  2. Remove binary_type import from six

    Martin Larralde committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    43e341b View commit details
    Browse the repository at this point in the history
  3. Add server encoding detection inside of FTPFS.ftp

    Martin Larralde committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    2f36daa View commit details
    Browse the repository at this point in the history
  4. Use 'replace' error handling to decode server in FTPFS

    Martin Larralde committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    5ed51f8 View commit details
    Browse the repository at this point in the history
  5. Remove FTPFile.__lenght_hint__

    Martin Larralde committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    357f334 View commit details
    Browse the repository at this point in the history