working on documentation and more API functions
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -3,6 +3,7 @@ def register(registry):
|
||||
("doc index", "/doc/index.uce", "<html>"),
|
||||
("doc singlepage", "/doc/singlepage.uce", "<html>"),
|
||||
("doc component page", "/doc/index.uce?p=component", "component()"),
|
||||
("doc regex page", "/doc/index.uce?p=regex_search", "regex_search"),
|
||||
("doc relative time page", "/doc/index.uce?p=time_format_relative", "time_format_relative"),
|
||||
]
|
||||
|
||||
@@ -15,4 +16,4 @@ def register(registry):
|
||||
|
||||
return run
|
||||
|
||||
registry.case(name, make_case(), tags=["http", "smoke", "uce", "public"])
|
||||
registry.case(name, make_case(), tags=["http", "smoke", "uce", "public"])
|
||||
|
||||
@@ -10,6 +10,7 @@ def register(registry):
|
||||
pages = [
|
||||
("site tests index", "/tests/index.uce", "Coverage Index", ["http", "suite", "uce", "public"]),
|
||||
("site tests core", "/tests/core.uce", "Core APIs", ["http", "suite", "uce", "public"]),
|
||||
("site tests preprocessor", "/tests/preprocessor.uce", "top-level )\" marker", ["http", "suite", "uce", "public"]),
|
||||
("site tests http", "/tests/http.uce", "HTTP And Session", ["http", "suite", "uce", "public"]),
|
||||
("site tests components", "/tests/components.uce", "Components", ["http", "suite", "uce", "public"]),
|
||||
("site tests markdown", "/tests/markdown.uce", "Markdown", ["http", "suite", "uce", "public"]),
|
||||
@@ -35,4 +36,4 @@ def register(registry):
|
||||
|
||||
return run
|
||||
|
||||
registry.case(name, make_case(), tags=tags)
|
||||
registry.case(name, make_case(), tags=tags)
|
||||
|
||||
Reference in New Issue
Block a user