William Ting
5e550267c7
Add test-xfail to run broken tests.
2016-06-22 18:08:51 -07:00
William Ting
dc9e11e7d5
Use the same line length settings for autopep8 and flake8.
2016-06-22 17:52:00 -07:00
William Ting
3cb4e8a28c
Add match_anywhere tests.
2016-06-22 17:52:00 -07:00
William Ting
cf013c6875
Misc cleanup.
2016-06-22 17:52:00 -07:00
William Ting
eafd6ac451
Verbose pytest output to help understand test failures.
2016-06-22 17:52:00 -07:00
William Ting
737563570e
Fix match imports and simplify fuzzy threshold.
2016-06-22 17:52:00 -07:00
William Ting
218d779b4d
Simplify flake8 noqa.
2016-06-22 17:51:17 -07:00
William Ting
7922a9013d
Update copyright dates.
2016-06-22 17:51:17 -07:00
William Ting
797d97c9bf
Add module naming comment.
2016-06-22 17:51:17 -07:00
William Ting
2e60fa2892
Add vendorized argparse comment.
2016-06-22 17:51:17 -07:00
William Ting
180c5d8402
Exclude vendorized argparse lib from coverage report.
2016-06-22 17:51:17 -07:00
William Ting
e75d4d4d11
Drop official support for Python 3.2.
...
It looks like pip 8.x has dropped support for Python 3.2 and is causing test
build problems. Since Python 3.3, 3.4, and 3.5 are supported I don't see any
issues with dropping 3.2 test coverage although it will probably still work.
2016-06-22 17:51:17 -07:00
William Ting
be5b703996
Add integration test dir.
2016-06-22 17:51:17 -07:00
William Ting
94dae01b49
Move unit tests to own folder.
2016-06-22 17:51:17 -07:00
William Ting
d1822bc11a
Update pre-commit.
2016-06-22 17:51:17 -07:00
William Ting
a24d199161
Fix tox.ini / test runner.
2016-06-22 17:51:17 -07:00
William Ting
9241b4b20f
Add make clean.
2016-06-22 17:51:17 -07:00
Marek Marecki
a32f237043
Add Python 3.5 to tests
2016-06-22 17:51:17 -07:00
Marek Marecki
9622659099
Fix: handling regex characters in path patterns
...
Before this commit if a regex-special character was present on the
commandline as a part of path pattern autojump would fail with
`sre_constants.error`.
2016-06-22 17:51:17 -07:00
William Ting
61af2bf4c5
Bump to v22.3.2, fixes #411 .
2016-06-21 18:08:35 -07:00
William Ting
6df88c33d2
Merge pull request #425 from jared-hess/determinacy
...
Fix non-deterministic sorting behavior.
2016-06-21 18:06:06 -07:00
Jared Hess
68e10ae402
Fix entry sorting indeterminancy by adding path as secondary sorting key
2016-06-21 16:07:09 -07:00
Jared Hess
3090963beb
Merge pull request #4 from wting/master
...
Update from upstream
2016-06-21 15:53:42 -07:00
William Ting
ecd272e979
Bump version to v22.3.1.
2016-06-19 11:24:44 -07:00
William Ting
0bce510c7e
Merge pull request #381 from ElArtista/master
...
Handling of directories with spaces in Windows and portability fixes.
2016-06-19 11:22:03 -07:00
William Ting
9a6e2869b1
Tabs to spaces.
2016-05-11 20:40:48 -07:00
William Ting
9cf647bc6d
Increase line length to 130.
2016-04-29 00:37:54 -07:00
William Ting
25ef9c6a3c
Fix pre-commit's flake8 options.
2016-04-28 23:47:20 -07:00
William Ting
d529790278
Run pre-commit on repo.
2016-04-28 23:33:04 -07:00
William Ting
e57956cc1c
Use only pre-commit's flake8.
2016-04-28 23:29:55 -07:00
William Ting
a9c892f713
Add pre-commit.
2016-04-28 23:25:07 -07:00
William Ting
db1c32ff6e
Add requirements-dev.txt back for tox.
2016-04-28 23:02:19 -07:00
William Ting
377eadbad3
Add dev debug tools.
2016-04-28 22:50:09 -07:00
William Ting
ed7ec4dbdd
Ignore .cache.
2016-04-28 22:50:00 -07:00
William Ting
0b184f3bf0
Update tox.
2016-04-28 22:44:27 -07:00
William Ting
5985ce604a
Add make test-fast.
2016-04-28 22:38:12 -07:00
William Ting
a5e4b83e82
Remove unnecessary requirements-dev.txt.
2016-04-28 22:38:12 -07:00
William Ting
4230bbe2d1
Merge pull request #401 from graysky2/master
...
Bump version to v22.3.0.
2016-02-21 09:15:51 -08:00
graysky
aa366c3a4f
bump version in script to match release
2016-02-21 05:46:40 -05:00
William Ting
14ea9513fd
Update changelog for v22.3.0
2016-02-02 07:20:50 -08:00
William Ting
7ee214c9c2
Merge pull request #400 from johannesgerer/master
...
Only use colors if stdout is a terminal.
2016-02-02 07:17:48 -08:00
johannes@debussy
8fa8b06349
only use colors if stdout is a terminal
2016-02-02 14:15:41 +01:00
Daniel Hahler
f26a38e0f9
Merge pull request #386 from lendenmc/master
...
Replace Clink's broken Google Code link by new one
2015-10-19 18:30:41 +02:00
Chris L.
f6876ef3f0
Replace Clink's broken Google Code link by new one
2015-10-17 11:04:02 +02:00
TheArtist
3e5cec67b9
Autojump lua script portability fix
2015-09-11 19:37:39 +03:00
TheArtist
b71612eea4
More handling for directory with spaces on Windows
2015-09-11 19:36:36 +03:00
TheArtist
d3dd3f34e6
Fixed handling of directories with spaces on Windows
2015-09-11 17:41:23 +03:00
William Ting
113a84f9f0
Update RedHat family install instructions.
2015-07-12 12:24:56 -07:00
William Ting
f59eaf9bb1
Merge pull request #370 from tsion/patch-1
...
Fix typo (__aj_error -> __aj_err) for fish shell.
2015-07-06 20:25:05 -07:00
Scott Olson
d188d7e675
Fix typo (__aj_error -> __aj_err).
2015-07-06 23:12:35 -04:00