bluemaesto: get rid of unnecessary file, move to top level

This commit is contained in:
Dima Gerasimov 2021-02-14 19:42:35 +00:00 committed by karlicoss
parent d562f00dca
commit d77ab92d86
3 changed files with 31 additions and 33 deletions

View file

@ -2,6 +2,7 @@
from pathlib import Path
from more_itertools import one
# TODO hmm uses testdata so maybe ok to uncomment
from .common import skip_if_not_karlicoss
import pytest # type: ignore
@ -51,3 +52,4 @@ def prepare():
export_path = bmdata
config.bluemaestro = user_config # type: ignore
yield
# TODO restore the config!