dupeguru/hscommon/tests
Virgil Dupras 10dbfa9b38 Refactoring: Path API compatibility with pathlib
Refactored dupeGuru to make hscommon.path's API a bit close to pathlib's
API. It's not 100% compatible yet, but it's much better than before.

This is more of a hscommon refactoring than a dupeguru one, but since
duepGuru is the main user of Path, it was the driver behind the
refactoring.

This refactoring also see the introduction of @pathify, which ensure
Path arguments. Previously, we were often unsure of whether the caller
of a function was passing a Path or a str. This problem is now solved
and this allows us to remove hscommon.io, an ill-conceived attempt to
solve that same ambiguity problem.

Fixes #235.
2013-11-16 12:06:16 -05:00
..
__init__.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
conflict_test.py Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00
currency_test.py Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00
notify_test.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
path_test.py Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00
reg_test.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
selectable_list_test.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
sqlite_test.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
table_test.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
tree_test.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
util_test.py Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00