1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
wting_autojump/tests
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
..
integration Add integration test dir. 2016-06-22 17:51:17 -07:00
unit Fix or skip a number of failing test on Windows 2019-02-27 00:11:26 +00:00
__init__.py add iteration test cases 2013-12-31 16:33:32 -06:00