remove garbage org files, move example config down the hierarchy
This commit is contained in:
parent
d0427855e8
commit
8d998146e2
8 changed files with 23 additions and 76 deletions
2
demo.py
2
demo.py
|
@ -31,7 +31,7 @@ def run():
|
|||
#
|
||||
|
||||
# 4. point my.config to the Hypothesis data
|
||||
mycfg_root = abspath('my_repo/mycfg_template')
|
||||
mycfg_root = abspath('my_repo/doc/example_config')
|
||||
init_file = Path(mycfg_root) / 'my/config/__init__.py'
|
||||
init_file.write_text(init_file.read_text().replace(
|
||||
'/path/to/hypothesis/data',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue