1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Christopher Musselle
0a94f79ceb Refactor windows tests to use the same fixture for data
The fixture now returns example paths  specific to windows if run on windows,
else linux like paths are returned.
2019-03-04 20:43:37 +00:00
Christopher Musselle
2b27738a25 Fix or skip a number of failing test on Windows
Several warnings due to a single backslash + char being
interpreted as a special character. Fixed with use of '\\' or
using raw string.

All test failures due to different path seperator or drive
used in expected test data. Fixed by duplicating tests with
differnt reference data and including condition
skips if on windows systems.
2019-02-27 00:11:26 +00:00
Christopher Musselle
7d68a15b20 Duplicate the test for sanatise to use windows path reference data
Also include a skip based on whether system is running windows.
2019-02-26 23:58:16 +00:00
William Ting
7c7865ea7e Add match consecutive tests. 2016-06-22 18:09:36 -07:00
William Ting
3cb4e8a28c Add match_anywhere tests. 2016-06-22 17:52:00 -07:00
William Ting
218d779b4d Simplify flake8 noqa. 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