Allow configuration for hypothesis module

This commit is contained in:
Dima Gerasimov 2019-11-14 08:24:11 +00:00
parent 494902a9f1
commit fd900837fa
2 changed files with 41 additions and 9 deletions

View file

@ -30,6 +30,7 @@ def _get_files():
export_path = _export_path
if export_path is None:
# fallback to my_configuration
# TODO import my_configuration?
from . import paths
export_path = paths.instapaper.export_path
return list(sorted(Path(export_path).glob('*.json')))