summaryrefslogtreecommitdiff
path: root/tests/test_proxy.py
Commit message (Collapse)AuthorAgeFilesLines
* Twiddle ProxyCommand read test to not have faux misspellings, and to be way ↵Jeff Forcier2023-01-271-4/+10
| | | | more understandable
* 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
| | | | This reverts commit 5efa354ce9fff1217d22e52493d1442866821a7b.
* [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-241-1/+1
| | | | | | | | | | | | | | === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
* RF test to use "12345" and "to" instead of misspelling componentsYaroslav Halchenko2023-01-241-2/+2
| | | | to not upset codespell
* No more (object)ionsJeff Forcier2023-01-161-1/+1
|
* s/mock/unittest.mock/gJeff Forcier2023-01-091-1/+1
|
* Python 2 fix - not all exceptions have .msg under this interp versionJeff Forcier2019-09-271-1/+1
|
* Somehow failed to flake/blacken previouslyJeff Forcier2019-08-271-1/+1
|
* Actually test ProxyCommand as currently implementedJeff Forcier2019-07-051-0/+144
Including shuffling around the imports therein so they can actually be mocked, without losing the property of "can be imported under GAE".