anonymous-CAP's picture
Upload folder using huggingface_hub (part 8)
1e321d6 verified
Raw
History Blame Contribute Delete
220 Bytes
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