Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-18 | Test AgentKey.asbytes | Jeff Forcier | |
Plus related twiddling of test key files | |||
2023-05-18 | Migrate cert related tests to newer pkey module | Jeff Forcier | |
- Merge them but also break them up. It's complicated. - Move cert files into _support - Related comments in the source as some of this is non-intuitive | |||
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-05-05 | Start moving key fixtures into support folder | Jeff Forcier | |
2023-03-02 | Add missing comma to pass style checks | Mike Salvatore | |
2023-03-02 | Use a lambda for _mock_set_remote_channel() | Mike Salvatore | |
2023-03-02 | Wrap test_channel_timeout() to 79 characters | Mike Salvatore | |
2023-03-02 | Test configurable channel timeout | Ilija Lazoroski | |
2023-01-16 | blacken | Jeff Forcier | |
2023-01-16 | well that's just super()! | Jeff Forcier | |
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 | |