core: add tests for core_config

This commit is contained in:
Dima Gerasimov 2020-09-29 11:01:51 +01:00 committed by karlicoss
parent 70c801f692
commit c79ffb50f6
4 changed files with 69 additions and 25 deletions

View file

@ -46,10 +46,6 @@ def prepare(tmp_path: Path):
pass
# meh. otherwise was struggling to run directly against my.core.error...
from my.core.error import *
from typing import Iterable, List
import warnings
from my.core import warn_if_empty