Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-25 | Test rest of new/modified PKey members | Jeff Forcier | |
Includes more migrations from test_pkey to pkey | |||
2023-05-24 | test-related TODO | Jeff Forcier | |
2023-05-18 | Test AgentKey.asbytes | Jeff Forcier | |
Plus related twiddling of test key files | |||
2023-05-05 | Comment updates | Jeff Forcier | |
2023-05-05 | Enhance PKey.from_path and test it better | Jeff Forcier | |
2023-05-05 | Migrate rest of main keys and update suite to be more pytest-relaxed compat | Jeff Forcier | |
Main branch as of today: 350 passed, 21 skipped, 52 deselected, 3 warnings in 11.10s This branch as of this commit: 361 passed, 21 skipped, 52 deselected, 3 warnings in 10.51s Of those 11 "new" tests, 8 are ones I wrote (tests/pkey.py). Hard to figure out what the other 3 are given pytest-relaxed's output is very different from regular verbose pytest. oops. | |||
2023-01-10 | Set up icecream in test harness | Jeff Forcier | |
2023-01-10 | Nix old todo | Jeff Forcier | |
2018-05-17 | Blacken Paramiko on 2.4 | Chris Rose | |
2017-10-24 | Try 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. | |||
2017-10-24 | Allow disabling logging | Jeff Forcier | |
2017-10-23 | Better test dir cleanup | Jeff Forcier | |
2017-10-23 | Comment tweak | Jeff Forcier | |
2017-10-23 | Tidy up tempdir creation for now. Fuckit | Jeff Forcier | |
2017-10-23 | Start 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...) | |||
2017-10-23 | Tweak test-level logging format to include timestamps | Jeff Forcier | |
2017-10-23 | Scope SFTP client/server fixture to be session-level for now | Jeff Forcier | |
Saves at least a few seconds per module this way and not super worried about state bleed so far | |||
2017-10-23 | Get big sftp tests passing w/ the sftp client + folder crap being a fixture | Jeff Forcier | |