drixo's picture
Upload folder using huggingface_hub
838f737 verified
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