9 Commits

Author SHA1 Message Date
Sebastian Kalinowski
30a17f88e2 Skip tests that fail because of checksum fail 2015-02-26 10:23:39 +01:00
Sebastian Kalinowski
e6c8c519ce Set test files path dynamically 2015-02-26 10:22:59 +01:00
Sebastian Kalinowski
336739f29d Renamed test file to enble autodiscover 2015-02-26 10:05:03 +01:00
Sebastian Kalinowski
681c3939ec Renamed pydot to pydot-ng 2015-02-25 19:58:39 +01:00
Lance Hepler
9be233d50f modularize into a directory, hide dot_parser, and flake8 everything 2013-07-29 04:05:52 -07:00
Lance Hepler
687eb7e18c py2/3 compatibility 2013-07-26 03:06:12 -07:00
Lance Hepler
4504fce247 remove unnecessary whitespace 2013-07-26 00:15:57 -07:00
Ero Carrera
b59b4d0169 Merged fixes by Nelson Elhage
- The "id_re_with_port" regex was too lax, and let through many illegal strings just because they contained colons. Fix it to require that both the ID and port component be independently safe.
- Even when the code detected that a string needed quoting, ", \n, and \r were left alone inside the double quotes, which is illegal. Replace them with appropriately escaped versions.

We also add a test that pydot is correctly able to quote Python's "string.printable" string, which exercises both of the above cases.

git-svn-id: http://pydot.googlecode.com/svn/trunk@18 06aa9b79-7134-0410-ae7e-c1cd3e483e87
2010-12-31 15:51:12 +00:00
Ero Carrera
8f6e324d32 Added testing script and test data
git-svn-id: http://pydot.googlecode.com/svn/trunk@14 06aa9b79-7134-0410-ae7e-c1cd3e483e87
2010-11-06 21:06:28 +00:00