Rebrand sexp → sx across web platform (173 files)
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 11m37s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 11m37s
Rename all sexp directories, files, identifiers, and references to sx. artdag/ excluded (separate media processing DSL). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"""Unit tests for orders sexp component helpers."""
|
||||
"""Unit tests for orders sx component helpers."""
|
||||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
|
||||
from orders.sexp.sexp_components import _status_pill_cls
|
||||
from orders.sx.sx_components import _status_pill_cls
|
||||
|
||||
|
||||
class TestStatusPillCls:
|
||||
Reference in New Issue
Block a user