add @classproperty, change set_repo to not require the parent

This commit is contained in:
Dima Gerasimov 2020-05-09 20:03:35 +01:00
parent 5f4acfddee
commit 66453cb29b
3 changed files with 30 additions and 4 deletions

View file

@ -55,8 +55,7 @@ DAL = None
''')
from my.cfg import set_repo
# FIXME meh. hot sure about setting the parent??
set_repo('hypexport', tmp_path)
set_repo('hypexport', fake_hypexport)
# should succeed now!
import my.hypothesis