update setup documentation
This commit is contained in:
parent
1849a66f08
commit
f40b804833
2 changed files with 6 additions and 75 deletions
4
demo.py
4
demo.py
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue