Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-16 | s/%/fstrings/g | Jeff Forcier | |
Except in one spot where it was too complicated to bother for now XD | |||
2023-01-12 | We live in the future now | Jeff Forcier | |
2023-01-12 | Update a bunch of no/low impact python2/3 references/comments | Jeff Forcier | |
2023-01-11 | blacken | Jeff Forcier | |
2023-01-09 | s/mock/unittest.mock/g | Jeff Forcier | |
2022-11-04 | Write basic test re #2125, including kwarg default value tweak | Jeff Forcier | |
2022-06-03 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-06-03 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-06-03 | Add test proving basic behavior of #1822 | Jeff Forcier | |
2022-05-20 | Mark new tests that require SHA1 | Paul Howarth | |
Like https://github.com/paramiko/paramiko/pull/2011 | |||
2022-05-20 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-05-20 | Revert "Mark new tests that require SHA1" | Jeff Forcier | |
This reverts commit dca52aa8a2ddbc32fc874a8d235652c68e1dc3b9. Forgot this decorator wasn't ported back this far, heh. | |||
2022-05-20 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-05-20 | Mark new tests that require SHA1 | Paul Howarth | |
Like https://github.com/paramiko/paramiko/pull/2011 | |||
2022-05-16 | Merge branch '2.10' | Jeff Forcier | |
2022-05-16 | Fix OpenSSH<7.8 + RSA-CERT use re: SHA2 | Jeff Forcier | |
Closes #2017 | |||
2022-03-25 | Refactor sha1 test skipping a tad | Jeff Forcier | |
2022-03-20 | Skip tests requiring sha1 signing if the backend doesn't support that | Paul Howarth | |
Red Hat Enterprise Linux 9 will have SHA-1 signatures disabled by default. It is likely that SHA-1 signatures will disappear elsewhere over time too. This change detects if sha1 signatures are not supported by the backend and skips tests that rely on that functionality. This is a workaround for #2004. It would be good to reduce the reliance of the test suite on sha1 signatures except in the cases where that is explicitly being tested, and the markers added here give a decent starting point for seeing where to change things. | |||
2022-03-15 | Fix Free Software Foundation address | Paul Howarth | |
They moved from Temple Place to Franklin Street in 2005. | |||
2021-10-08 | bump test/ci related sleep :( | Jeff Forcier | |
2019-12-03 | Modernize a test that sometimes fails for no obvious reason on travis only =/ | Jeff Forcier | |
2019-06-21 | Rename to disableD_algorithms everywhere for consistency | Jeff Forcier | |
Having it feel verb-y isn't that much better than the alternative, and consistency is a nice hobgoblin | |||
2019-06-21 | Client->Transport for disable_algorithms | Jeff Forcier | |
2019-06-21 | Old code sucks | Jeff Forcier | |
2019-06-14 | Implement #322 - new ChannelFile subclass for stdin that calls ↵ | Jeff Forcier | |
shutdown_write on close() | |||
2019-06-14 | Basic tests proving Client.exec_command returns ChannelFile instances | Jeff Forcier | |
2019-06-14 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-06-14 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2019-06-14 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2019-06-14 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2019-06-14 | Update to modern pytest(-relaxed) | Jeff Forcier | |
Also fix some low hanging warnings fruit | |||
2019-06-08 | Some additional badly named tests that I guess weren't in master? | Jeff Forcier | |
2019-06-08 | flake8 now applied to tests, huzzah | Jeff Forcier | |
2019-06-08 | Clean up shitty old test names of form test_[9-0A-Z]+_.* | Jeff Forcier | |
2018-09-17 | Blacken, 2.3 edition | Jeff Forcier | |
2018-09-17 | s/test_path/_support/g | Jeff Forcier | |
2018-09-17 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-09-17 | Blacken, 2.2 edition | Jeff Forcier | |
2018-09-17 | Test-level fixes for pytest & friends, 2.2 edition | Jeff Forcier | |
2018-09-17 | Missed a spot | Jeff Forcier | |
2018-09-17 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
Foregoes a handful of unblackened bits to make the merge easier; will blacken next anyways | |||
2018-09-17 | One change overlooked by merge, as it's new | Jeff Forcier | |
2018-09-17 | Blacken 2.1 branch | Jeff Forcier | |
2018-09-17 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2018-09-17 | Throwing a bone to 2.0-2.3 python-2.6 support | Jeff Forcier | |
2018-09-17 | Blacken 2.0 with black 18.6b4 | Jeff Forcier | |
2018-09-17 | Mark known slow tests as 'slow' pytest marker, and skip them by default | Jeff Forcier | |
2018-09-17 | Import cleanup, mostly focused on s/tests/./ | Jeff Forcier | |
2018-09-17 | Rename util func that trips pytest's default discovery. | Jeff Forcier | |
Wouldn't matter as much under pytest-relaxed discovery, but, eh | |||
2018-08-22 | Bump black up to 18.6b4 | Jeff Forcier | |