Links
AI / Agents
gdtest-display-name
Tests display_name: My Pretty Library config.
Tests display_name: ‘My Pretty Library’. Site title in navbar and browser tab should show ‘My Pretty Library’, not the raw package name. Two functions (init, cleanup).
Source files
gdtest_display_name/
__init__.py
"""Package testing display_name config."""
__version__ = "0.1.0"
__all__ = ["init", "cleanup"]
def init(config: dict) -> None:
"""
Initialize the library with the given configuration.
Parameters
----------
config
A dictionary of configuration options.
Returns
-------
None
"""
pass
def cleanup() -> None:
"""
Clean up all resources held by the library.
Returns
-------
None
"""
passREADME.md
# gdtest-display-name Tests display_name: My Pretty Library config.
great-docs.yml
display_name: My Pretty Library