summaryrefslogtreecommitdiff
path: root/networkx/drawing/tests/test_agraph.py
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of pos node attribute in to_agraph (#6474)Navya Agarwal2023-04-061-0/+12
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-2/+2
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-7/+7
* Remove mktemp usage (#4593)Stefan van der Walt2021-02-081-2/+3
* Use Pillow for viewing AGraph output and deprecate default_opener (#4600)Ross Barnowski2021-02-081-9/+0
* Pygraphviz choco (#4583)Jarrod Millman2021-02-021-0/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-1/+1
* API: Add `show` kwarg to view_pygraphviz. (#4155)Ross Barnowski2020-08-151-9/+18
* MAINT,TST: Improve coverage of nx_agraph module (#4156)Ross Barnowski2020-08-151-3/+125
* Format w/ blackJarrod Millman2020-07-101-20/+19
* Ran pyupgrade --py36plusJarrod Millman2020-07-101-1/+1
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* PEP8 fixesJarrod Millman2019-10-181-2/+1
* Remove nose.tools.SkipTestJarrod Millman2019-10-121-8/+4
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-2/+2
* tracking down use of deprecated functionsDan Schult2019-10-121-1/+1
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-6/+6
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-1/+1
* #3575 return coordinates of 3d layouts (#3576)daniel-karl2019-09-121-0/+18
* Stop pydot expansion of graph attributes upon repeated to_from (#3082)Dan Schult2018-07-231-1/+15
* Deleted tests that were hidden due to name clash. (#2867)Mads Jensen2018-02-171-6/+0
* Misc. typos (#2872)luzpaz2018-02-141-1/+1
* Pep8 fixesJarrod Millman2018-01-201-5/+3
* Avoid keyword and attribute clash (#2775)Aric Hagberg2017-11-261-0/+19
* Add nx_agraph testsJarrod Millman2017-08-171-5/+17
* Use utils.testing to handle testing edge and node equalityAric Hagberg2017-07-241-2/+4
* Make graph attributes work both to/from with agraph (#2507)Dan Schult2017-07-101-5/+8
* Improve drawing test scripts (typos, newlines, methods)Michael-E-Rose2016-02-201-26/+15
* Adjust imports in drawing layouts with graphvizDan Schult2016-01-111-7/+7
* doc, formatting, and whitespace cleanupAric Hagberg2012-06-181-7/+2
* Handle name in translation between pygraphviz (AGraph) and networkx.Aric Hagberg2012-06-181-2/+7
* Update testsAric Hagberg2011-11-181-0/+1
* More imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-1/+1
* Added tests for multigraph conversion to/from agraph.dschult2009-09-031-0/+7
* Convert drawing tests to functional tests and use SkipTest if optionalaric2009-08-281-0/+67