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:
@@ -2,7 +2,7 @@
|
||||
"""Registry-aware envelope tests for BEHAVE-SHELL.
|
||||
|
||||
Structural envelope tests (window, confidence bounds, schema version, etc.)
|
||||
live in `decnet-behave-core`'s test suite. This file exercises the SHELL-
|
||||
live in `behave-core`'s test suite. This file exercises the SHELL-
|
||||
SPECIFIC validation: that BEHAVE-SHELL's Observation subclass rejects
|
||||
primitives not in the shell registry and rejects values that violate the
|
||||
per-primitive ValueTypeSpec.
|
||||
@@ -13,7 +13,7 @@ from __future__ import annotations
|
||||
import pytest
|
||||
from pydantic import ValidationError
|
||||
|
||||
from decnet_behave_shell.spec import Observation, Window
|
||||
from behave_shell.spec import Observation, Window
|
||||
|
||||
|
||||
def _make(primitive: str = "motor.keystroke_cadence", value="steady", **kwargs) -> Observation:
|
||||
|
||||
Reference in New Issue
Block a user