core: add test for tmp_config; unset new attributes

This commit is contained in:
Dima Gerasimov 2021-02-18 23:21:11 +00:00
parent 997673d176
commit a6a5e5d169
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 *