betty.test_utils.server module¶ Test utilities for betty.server. final class betty.test_utils.server.NoOpServer¶ Bases: Server A server that does nothing. __init__(*_: Any, **__: Any)¶ property public_url: str¶ The server’s public URL. async show() → None¶ Show the served site to the user. async start() → None¶ Start the server. async stop() → None¶ Stop the server.