summaryrefslogtreecommitdiff
path: root/networkx/drawing/tests/test_pydot.py
Commit message (Expand)AuthorAgeFilesLines
* Drop Py37 (#5143)Jarrod Millman2021-10-231-6/+4
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-4/+4
* Remove mktemp usage (#4593)Stefan van der Walt2021-02-081-1/+6
* Format w/ blackJarrod Millman2020-07-101-15/+16
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Remove old Python 2 codeJarrod Millman2019-11-101-7/+1
* Remove unused importsJarrod Millman2019-10-181-1/+0
* PEP8 fixes to testsJarrod Millman2019-10-181-0/+1
* Fix pydot testsJarrod Millman2019-10-181-10/+2
* Remove unused importsJarrod Millman2019-10-121-1/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-4/+4
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-1/+1
* Replaced is with == and minor pycodestyle fixes (#3608)Aditya Pal2019-09-281-3/+3
* Simplify the Graphview and SubGraphView system (#3073)Dan Schult2018-07-201-2/+2
* Fix Pydot tests so works with new version 1.2.4Dan Schult2018-01-061-1/+1
* Replace __class__ with fresh_copy in G.reverse and elsewhere (#2649)Dan Schult2017-09-071-2/+2
* Add pydot testsJarrod Millman2017-08-171-3/+20
* PyDot support reverted from "pydotplus" to "pydot"leycec2016-10-061-16/+61
* Improve drawing test scripts (typos, newlines, methods)Michael-E-Rose2016-02-201-18/+8
* Adjust imports in drawing layouts with graphvizDan Schult2016-01-111-3/+3
* simplify pydot imports, use testing.utils routinesDan Schult2016-01-031-21/+11
* Use pydotplus for all supported python versionsDan Schult2016-01-011-3/+8
* Simply code for importing pydot.chebee7i2015-01-241-5/+1
* Support pydotplus as a (Python 3 compatible) replacement for pydotPaul Moore2015-01-141-2/+5
* Revert "Merge pull request #812 from chebee7i/pydot". Addresses #812.chebee7i2013-09-091-4/+0
* Merge branch 'pydot' into pydot2chebee7i2013-07-201-0/+4
|\
| * Small typo. Missing pydot import. Updated tests.chebee7i2013-01-081-0/+4
* | Whitespace cleanup/formattingAric Hagberg2013-07-191-4/+1
* | Check for dot_parser to catch error importing pydotAric Hagberg2013-07-191-0/+1
|/
* Remove spurious print from testing pydot interface.Aric Hagberg2011-07-311-2/+0
* Stringify graph name for pydot. Catch missing default attributes since pydo...Aric Hagberg2011-07-301-1/+5
* More imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-1/+1
* Add explicit imports of drawing packagesaric2009-08-281-4/+3
* Updating dependency checks now that lazy imports are not used.cellison2009-08-271-3/+0
* Convert yaml doctests to nosetests.cellison2009-08-171-12/+10
* Convert pydot doctests to nosetests.cellison2009-08-171-0/+68