Closed dashea closed 9 years ago
This is astonishing work, well done! I'm happy to merge it,with one note inline. Also, normally I'd rather use py.test instead of nose for tests: are you open to changing for this pull request?
Sure, I don't have any particular attachment to nose. I'll look into switching it to py.test tomorrow. A lazy first attempt (copying and pasting the setup.py chunk from the docs) resulted in no tests being run at all, and running py.test from the directory failed when it couldn't find requests_ftp. So I'm guessing something will have be to be lightly rearranged.
Changed the tests to py.test, moved "test" to "tests" so that it doesn't get picked up by setup.py sdist, and left setup.py alone as far the test target.
\o/ It's beautiful! :cake: :sparkles:
These patches, in brief, do the following: