Kano001's picture
Upload 1329 files
b200bda verified
raw
history blame
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