Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
networkx / tests / test_import.py
Size: Mime:
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