summaryrefslogtreecommitdiffhomepage
path: root/tests/test_proxy.py
AgeCommit message (Collapse)Author
2023-01-27Twiddle ProxyCommand read test to not have faux misspellings, and to be way ↵Jeff Forcier
more understandable
2023-01-27Tweak silly test constant to be a real wordJeff Forcier
2023-01-27Revert "RF test to use "12345" and "to" instead of misspelling components"Jeff Forcier
This reverts commit 5efa354ce9fff1217d22e52493d1442866821a7b.
2023-01-24[DATALAD RUNCMD] Run codespell -wYaroslav Halchenko
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
2023-01-24RF test to use "12345" and "to" instead of misspelling componentsYaroslav Halchenko
to not upset codespell
2023-01-16No more (object)ionsJeff Forcier
2023-01-09s/mock/unittest.mock/gJeff Forcier
2019-09-27Python 2 fix - not all exceptions have .msg under this interp versionJeff Forcier
2019-08-27Somehow failed to flake/blacken previouslyJeff Forcier
2019-07-05Actually test ProxyCommand as currently implementedJeff Forcier
Including shuffling around the imports therein so they can actually be mocked, without losing the property of "can be imported under GAE".