File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 44from pathlib import Path
55
66import docker
7- from pytest import fixture , mark , skip
8- from typer .testing import CliRunner
9-
107from macrostrat .database import Database
118from macrostrat .dinosaur .upgrade_cluster import database_cluster
129from macrostrat .utils import get_logger , override_environment
10+ from pytest import fixture , mark , skip
11+ from typer .testing import CliRunner
1312
1413runner = CliRunner ()
1514
@@ -115,7 +114,7 @@ def load_config_module():
115114
116115@fixture ()
117116def cfg ():
118- cfg_file = __here__ / "cli" / "tests" / "macrostrat.test.toml"
117+ cfg_file = __here__ / "macrostrat" / " cli" / "tests" / "macrostrat.test.toml"
119118 with override_environment (MACROSTRAT_CONFIG = str (cfg_file ), NO_COLOR = "1" ):
120119 mod_instance = load_config_module ()
121120
You can’t perform that action at this time.
0 commit comments