remove garbage org files, move example config down the hierarchy

This commit is contained in:
Dima Gerasimov 2020-05-14 22:04:58 +01:00 committed by karlicoss
parent d0427855e8
commit 8d998146e2
8 changed files with 23 additions and 76 deletions

View file

@ -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',