core: add test for tmp_config; unset new attributes

This commit is contained in:
Dima Gerasimov 2021-02-18 23:21:11 +00:00 committed by karlicoss
parent 5313984d8f
commit 82e2f96192
2 changed files with 17 additions and 0 deletions

View file

@ -10,6 +10,7 @@ we can run against the tests in my.core directly.
'''
from my.core.cfg import *
from my.core.common import *
from my.core.core_config import *
from my.core.error import *