update setup documentation

This commit is contained in:
Dima Gerasimov 2020-10-31 22:07:35 +00:00 committed by karlicoss
parent 1849a66f08
commit f40b804833
2 changed files with 6 additions and 75 deletions

View file

@ -37,8 +37,8 @@ def run():
#
# 4. point my.config to the Hypothesis data
mycfg_root = abspath('my_repo/doc/example_config')
init_file = Path(mycfg_root) / 'my/config/__init__.py'
mycfg_root = abspath('my_repo')
init_file = Path(mycfg_root) / 'my/config.py'
init_file.write_text(init_file.read_text().replace(
'/path/to/hypothesis/data',
hypothesis_backups,