Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/networkx/tests/test_import.py

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
Back to Directory File Manager