refactor: drop decnet- prefix — BEHAVE is now standalone
Rename packages and imports: decnet-behave-core → behave-core decnet-behave-shell → behave-shell decnet-behave-text → behave-text decnet_behave_* → behave_* BEHAVE is no longer a DECNET sub-project.
This commit is contained in:
@@ -13,7 +13,7 @@ from __future__ import annotations
|
||||
import pytest
|
||||
from pydantic import ValidationError
|
||||
|
||||
from decnet_behave_core.spec import OBSERVATION_SCHEMA_VERSION, Observation, Window
|
||||
from behave_core.spec import OBSERVATION_SCHEMA_VERSION, Observation, Window
|
||||
|
||||
|
||||
def _make(primitive: str = "motor.example", value="x", **kwargs) -> Observation:
|
||||
|
||||
Reference in New Issue
Block a user