ai-content-maker/.venv/Lib/site-packages/networkx/tests/test_import.py

12 lines
220 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
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