summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* Set up icecream in test harnessJeff Forcier2023-01-101-0/+6
|
* Nix old todoJeff Forcier2023-01-101-4/+0
|
* Blacken Paramiko on 2.4Chris Rose2018-05-171-6/+6
|
* Try turning off session scope for sftp_server fixture.Jeff Forcier2017-10-241-1/+1
| | | | | | 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.
* Allow disabling loggingJeff Forcier2017-10-241-7/+10
|
* Better test dir cleanupJeff Forcier2017-10-231-10/+5
|
* Comment tweakJeff Forcier2017-10-231-1/+1
|
* Tidy up tempdir creation for now. FuckitJeff Forcier2017-10-231-10/+21
|
* Start overhauling regular SFTP suite.Jeff Forcier2017-10-231-9/+28
| | | | | | | | | 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...)
* 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
| | | | Saves at least a few seconds per module this way and not super worried about state bleed so far
* Get big sftp tests passing w/ the sftp client + folder crap being a fixtureJeff Forcier2017-10-231-0/+64