bluemaesto: get rid of unnecessary file, move to top level
This commit is contained in:
parent
d562f00dca
commit
d77ab92d86
3 changed files with 31 additions and 33 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue