/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ pytest
/ __main__.py
Run
Starting...
Stop
View File
Save
"""The pytest entry point.""" from __future__ import annotations import pytest if __name__ == "__main__": raise SystemExit(pytest.console_main())
Memory