summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into 2013-intJeff Forcier2023-03-105-12/+37
|\
| * spacing to pass style checkAlex Chavkin2023-02-161-0/+2
| * Update tests for #2173Alex Chavkin2023-02-161-1/+17
| * Just change a faux-misspelt surname in an example text snippetJeff Forcier2023-01-271-3/+3
| * Twiddle File test to lack faux-misspellings in its cut-up stringsJeff Forcier2023-01-271-2/+3
| * Twiddle ProxyCommand read test to not have faux misspellings, and to be way m...Jeff Forcier2023-01-271-4/+10
| * Tweak silly test constant to be a real wordJeff Forcier2023-01-271-1/+1
| * Revert "RF test to use "12345" and "to" instead of misspelling components"Jeff Forcier2023-01-271-2/+2
| * [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-243-3/+3
| * RF test to use "12345" and "to" instead of misspelling componentsYaroslav Halchenko2023-01-241-2/+2
* | Add missing comma to pass style checksMike Salvatore2023-03-021-1/+1
* | Use a lambda for _mock_set_remote_channel()Mike Salvatore2023-03-021-4/+1
* | Wrap test_channel_timeout() to 79 charactersMike Salvatore2023-03-021-2/+10
* | Test configurable channel timeoutIlija Lazoroski2023-03-021-0/+19
|/
* Nuke retry_on_signal, pointless on modern Py3Jeff Forcier2023-01-161-34/+0
* Stop stripping ProxyCommand none, make it NoneJeff Forcier2023-01-161-10/+10
* flake8Jeff Forcier2023-01-161-1/+0
* Nuke now extraneous chmodJeff Forcier2023-01-161-3/+1
* blackenJeff Forcier2023-01-163-13/+7
* well that's just super()!Jeff Forcier2023-01-163-3/+3
* No more (object)ionsJeff Forcier2023-01-168-21/+21
* s/%/fstrings/gJeff Forcier2023-01-165-69/+68
* Twiddle a test to not shadow hex builtin (and nuke %)Jeff Forcier2023-01-161-3/+3
* Swap around __bytes__/__str__ for some classesJeff Forcier2023-01-121-0/+6
* We live in the future nowJeff Forcier2023-01-122-2/+0
* Update a bunch of no/low impact python2/3 references/commentsJeff Forcier2023-01-122-6/+6
* flake8Jeff Forcier2023-01-111-1/+0
* blackenJeff Forcier2023-01-117-22/+21
* Missed a spot re: b,u helpers now in utilJeff Forcier2023-01-111-0/+1
* No idea when self.fail worked or didn't. old code is old?Jeff Forcier2023-01-111-8/+3
* Import shuffleJeff Forcier2023-01-111-1/+1
* Set up icecream in test harnessJeff Forcier2023-01-101-0/+6
* Nix old todoJeff Forcier2023-01-101-4/+0
* s/mock/unittest.mock/gJeff Forcier2023-01-097-7/+7
* Remove sys.version_info checksJeff Forcier2023-01-091-9/+0
* Update encode/decodebytesJeff Forcier2023-01-091-1/+1
* py3compat.bytes -> builtin or literal dependingJeff Forcier2023-01-092-4/+2
* py3compat.builtins -> stdlib builtinsJeff Forcier2023-01-091-1/+1
* string_types -> strJeff Forcier2023-01-091-3/+1
* Move b, u helpers to util module for nowJeff Forcier2023-01-093-3/+4
* Update BytesIOJeff Forcier2023-01-091-1/+1
* Remove py3compat.PY2, including related streamliningJeff Forcier2023-01-093-12/+8
* Update StringIOJeff Forcier2023-01-092-2/+3
* Migrate some byte related helpers aroundJeff Forcier2023-01-094-5/+6
* Write basic test re #2125, including kwarg default value tweakJeff Forcier2022-11-041-0/+34
* Merge branch '2.10' into 2.11Jeff Forcier2022-06-031-0/+18
|\
| * Merge branch '2.9' into 2.10Jeff Forcier2022-06-031-0/+18
| |\
| | * Merge branch '2.8' into 2.92.9Jeff Forcier2022-06-031-0/+18
| | |\
| | | * Add test proving basic behavior of #18222.8Jeff Forcier2022-06-031-0/+18
* | | | Merge branch '2.10' into 2.11Jeff Forcier2022-06-031-1/+6
|\ \ \ \ | |/ / /