summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure to use the coverage task on travis so it gets slow tests toopytestJeff Forcier2017-10-251-2/+2
* Mark known slow tests as 'slow' pytest marker, and skip them by defaultJeff Forcier2017-10-257-6/+30
* Tighten up verbose flagJeff Forcier2017-10-251-1/+1
* Move commentJeff Forcier2017-10-251-3/+3
* Try turning off session scope for sftp_server fixture.Jeff Forcier2017-10-241-1/+1
* Allow disabling loggingJeff Forcier2017-10-241-7/+10
* Realizing no, this is only really useful for debugging.Jeff Forcier2017-10-242-8/+0
* Better test dir cleanupJeff Forcier2017-10-232-11/+5
* Comment tweakJeff Forcier2017-10-231-1/+1
* NahJeff Forcier2017-10-231-2/+2
* Test-related ignore updatesJeff Forcier2017-10-231-1/+1
* Use pytest-timeout, configured via pytest.iniJeff Forcier2017-10-233-0/+9
* Why were these +x?Jeff Forcier2017-10-232-0/+0
* Naturally, more tests I found that do not pass/fail correctly. Skip for nowJeff Forcier2017-10-231-12/+5
* Was missing another needs_gssapiJeff Forcier2017-10-231-0/+3
* Tidy up tempdir creation for now. FuckitJeff Forcier2017-10-231-10/+21
* Whoops, most uses of skipif REQUIRE reason=Jeff Forcier2017-10-231-1/+2
* Replace rest of unittest-style self-asserts in sftp testsJeff Forcier2017-10-231-46/+26
* Start overhauling regular SFTP suite.Jeff Forcier2017-10-233-322/+299
* Tweak test-level logging format to include timestampsJeff Forcier2017-10-231-0/+11
* Scope SFTP client/server fixture to be session-level for nowJeff Forcier2017-10-231-1/+1
* Get big sftp tests passing w/ the sftp client + folder crap being a fixtureJeff Forcier2017-10-233-114/+131
* Get sftp-big tests apparently passing.Jeff Forcier2017-10-232-119/+78
* TODOJeff Forcier2017-10-231-0/+1
* Remove references to test.py, including overhaul of test tasksJeff Forcier2017-10-233-11/+18
* Nuke old test.pyJeff Forcier2017-10-231-196/+0
* Import cleanup, mostly focused on s/tests/./Jeff Forcier2017-10-2319-99/+101
* Rename util func that trips pytest's default discovery.Jeff Forcier2017-10-237-66/+66
* Add pytest to dev-reqsJeff Forcier2017-10-231-3/+1
* Ignore .cache dir for pytestJeff Forcier2017-10-231-0/+1
* Whoops, can't .format() bytes. Grump grump.Jeff Forcier2017-10-182-3/+3
* Merge branch '2.3'Jeff Forcier2017-10-182-0/+4
|\
| * Merge branch '2.2' into 2.3Jeff Forcier2017-10-182-0/+4
| |\
| | * Merge branch '2.1' into 2.2Jeff Forcier2017-10-182-0/+4
| | |\
| | | * Merge branch '2.0' into 2.1Jeff Forcier2017-10-182-0/+4
| | | |\
| | | | * Include LICENSE in wheelsJeff Forcier2017-10-182-0/+4
* | | | | Almost forgot the changelog re #1070Jeff Forcier2017-10-161-0/+3
* | | | | Dropped Python 2.6 so we can stop using u()/b() for literals.Jeff Forcier2017-10-164-8/+8
* | | | | Merge pull request #1094 from hugovk/rm-oldJeff Forcier2017-10-161-3/+1
|\ \ \ \ \
| * | | | | Remove old Python 3.2 codeHugo2017-10-141-3/+1
|/ / / / /
* | | | | Same issue as I ran into with invoke: somehow, Python 2.7 intersphinx no long...Jeff Forcier2017-10-134-10/+9
* | | | | Fix some oopses from previous changesJeff Forcier2017-10-132-3/+5
* | | | | flake8Jeff Forcier2017-10-113-12/+22
* | | | | More string format updatesJeff Forcier2017-10-116-58/+61
* | | | | flake8 for previous changesetJeff Forcier2017-10-1110-26/+42
* | | | | Reformatting/flake8Jeff Forcier2017-10-111-9/+11
* | | | | Refactor auth_handler log callsJeff Forcier2017-10-111-22/+26
* | | | | String format modernization, part 11070-remove-python26-and-33Jeff Forcier2017-10-1018-136/+167
* | | | | Use set literalsJeff Forcier2017-10-102-2/+2
* | | | | Update docs, metadata, test references to 2.6/3.3Jeff Forcier2017-10-107-22/+16