Commit graph

6 commits

Author SHA1 Message Date
Bob Hyman
26475146e2
Flake8 1 (#3550)
* flake8 fixes -- tests only

* fix ci failure

* integrate fix from is_3551 so tests will pass.

* Update tests/test_builtins.py

Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2020-05-05 06:42:28 -04:00
Anthony Scopatz
4c91df2abc many test fixes 2018-09-13 14:03:35 -04:00
Anthony Scopatz
634a8ec9f2 black tests 2018-08-30 09:18:49 -05:00
Gil Forsyth
366089635c Fix $CDPATH completion misfire
The `path` completer runs for many commands (which is the correct
behavior) but we are adding in possible `CDPATH` completions for commands
other than `cd` which doesn't make any sense since only `cd` supports
path resolution via `CDPATH`.
2018-06-17 10:17:07 -04:00
Gil Forsyth
cf973c202b Escape regex in path completion 2017-11-16 18:44:31 -05:00
Anthony Scopatz
aff0a090ce new path tests 2016-09-25 15:07:42 -04:00