networkx.test¶
-
networkx.test(verbosity=1, doctest=False, numpy=True)¶ Run NetworkX tests.
Parameters: verbosity: integer, optional
Level of detail in test reports. Higher numbers provide more detail.
doctest: bool, optional
True to run doctests in code modules
numpy: bool, optional
True to test modules dependent on numpy