summaryrefslogtreecommitdiff
path: root/networkx/tests/test.py
Commit message (Expand)AuthorAgeFilesLines
* Add numpy=True|False flag to networkx.test()Aric Hagberg2011-09-111-1/+7
* Don't allow running networkx.test() if the current working directory is the n...Aric Hagberg2011-07-171-2/+6
* Default networkx.test() to not run doctests sincearic2010-08-101-1/+4
* Add fixtures to skip doctests when optional imports are missing.aric2010-04-231-1/+1
* Add SkipTest for optional packages (Numpy,SciPy).aric2010-04-221-4/+5
* Write to stderr instead of print in testsaric2010-04-221-1/+1
* Reduce verbosity of tests and add verbosity option to test()aric2010-04-221-2/+9
* Cleanup of setup and test scripts.aric2010-04-191-1/+0
* Add test files to package install.aric2010-04-191-3/+5
* Update test runner so networkx.test() tests allaric2010-04-171-74/+15
* Use standard "import networkx as nx" in all modulesaric2010-04-171-0/+3
* Fixes #260cellison2009-08-171-6/+1
* try to import pylab before testing matplotlib - catches backend importaric2008-12-221-0/+1
* Rework test code.aric2008-11-151-47/+42
* GML format graph reader, tests, and example (football.py)aric2007-11-081-0/+9
* adjust tests for missing io.pyaric2007-07-211-2/+5
* networkx.test() now works with or without setuptoolsaric2007-01-311-2/+4
* some tests should be skipped if no numpy, scipy, yamlaric2006-11-271-10/+27
* remove Numeric import from tests: must use numpyaric2006-11-101-8/+5
* Test code now tests generator code by default. Fixed some generator tests.sundsdal2006-05-131-0/+4
* use numpy if available or else try Numericaric2006-04-251-2/+8
* Added a hack to test.py for testing spectrum thingsdschult2006-04-011-0/+8
* correct directory/package location for testsaric2005-12-131-1/+2
* cleanup of test codearic2005-12-121-8/+4
* now can run tests.all() without installing setuptoolsaric2005-12-021-5/+13
* update testing infrastructurearic2005-12-011-8/+8
* subdirectories for testsaric2005-12-011-0/+37
* Move testing directory up one level.aric2005-07-151-80/+0
* Name change from NX->networkxaric2005-07-131-0/+80