summaryrefslogtreecommitdiffhomepage
path: root/tests/conftest.py
AgeCommit message (Collapse)Author
2018-09-17Blacken 2.0 with black 18.6b4Jeff Forcier
2018-09-17Try turning off session scope for sftp_server fixture.Jeff Forcier
Yesterday, this SEEMED like it did not make a difference in ability to reproduce hangs. Today...it seems to make a big difference? So confuse.
2018-09-17Allow disabling loggingJeff Forcier
2018-09-17Better test dir cleanupJeff Forcier
2018-09-17Comment tweakJeff Forcier
2018-09-17Tidy up tempdir creation for now. FuckitJeff Forcier
2018-09-17Start overhauling regular SFTP suite.Jeff Forcier
Includes attempt to split out the longer-lived server component from the client component, in fixtures Also starts tweaking early tests so they're less bad. E.g. test_2_close had its docstring actively disagreeing with its code (which was super confusing since both were committed at the same time in 2005...)
2018-09-17Tweak test-level logging format to include timestampsJeff Forcier
2018-09-17Scope SFTP client/server fixture to be session-level for nowJeff Forcier
Saves at least a few seconds per module this way and not super worried about state bleed so far
2018-09-17Get big sftp tests passing w/ the sftp client + folder crap being a fixtureJeff Forcier