more plans
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 12m0s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 12m0s
This commit is contained in:
13
test-sx-web/sxc/pages/__init__.py
Normal file
13
test-sx-web/sxc/pages/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""Test service defpage setup."""
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
def setup_test_pages() -> None:
|
||||
"""Load test page definitions."""
|
||||
_load_test_page_files()
|
||||
|
||||
|
||||
def _load_test_page_files() -> None:
|
||||
import os
|
||||
from shared.sx.pages import load_page_dir
|
||||
load_page_dir(os.path.dirname(__file__), "test")
|
||||
Reference in New Issue
Block a user