/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ networkx
/ tests
/ test_import.py
Run
Starting...
Stop
View File
Save
import pytest def test_namespace_alias(): with pytest.raises(ImportError): from networkx import nx def test_namespace_nesting(): with pytest.raises(ImportError): from networkx import networkx
Memory