We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf3380 commit 4aaeb26Copy full SHA for 4aaeb26
digital_land/state.py
@@ -98,6 +98,7 @@ def compare_state(
98
resource_dir=resource_dir,
99
incremental_loading_override=incremental_loading_override,
100
)
101
+ print("current:", current)
102
# in here current incremental override must be false
103
104
compare = State.load(state_path)
tests/e2e/test_state.py
@@ -2,7 +2,8 @@
2
import json
3
import subprocess
4
from pathlib import Path
5
-from digital_land.commands import save_state, compare_state
+from digital_land.commands import save_state
6
+from digital_land.state import compare_state
7
8
specification_hash = "ebe620f5228d01170b1857bad3e738aa432f5fd6"
9
collection_hash = "ed4c5979268ad880f7edbdc2047cfcfa6b9ee3b4"
0 commit comments