cudadog / pydot

Automatically exported from code.google.com/p/pydot
MIT License
0 stars 0 forks source link

Multiple test failures (Ubuntu 13.04, graphviz 2.26.3-14ubuntu1) #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cd test && python pydot_unittest.py

What is the expected output? What do you see instead?
Expected: all tests pass
Actual: several tests fail (details below)

What version of the product are you using? On what operating system?
- svn r29 from http://pydot.googlecode.com/svn/trunk/
- Ubuntu 13.04
- Python 2.7.4 (OS package)
- pyparsing 1.5.7+dfsg1-0ubuntu2 (OS package)
- graphviz 2.26.3-14ubuntu1 (OS package)

Please provide any additional information below.

The following test case failed:

TestGraphAPI.test_attribute_with_implicit_value
TestGraphAPI.test_create_simple_graph_with_node
TestGraphAPI.test_graph_pickling
TestGraphAPI.test_graphviz_regression_tests
TestGraphAPI.test_my_regression_tests
TestGraphAPI.test_quoting
TestGraphAPI.test_subgraphs
TestGraphAPI.test_unicode_ids

I'll attach a log of the complete run.

Original issue reported on code.google.com by gerg.w...@gmail.com on 20 Sep 2013 at 5:50

Attachments:

GoogleCodeExporter commented 9 years ago
I executed the unittests on 1.0.28 + Debian sid packages (hence pyparsing 2.x) 
and they are executed correctly - I'll include the unittests in the deb package 
so they can be executed at build time

Original comment by sandro.tosi on 22 Mar 2014 at 12:40

GoogleCodeExporter commented 9 years ago
I got several failures with py3 tho; attached is the full failure log and the 
patch for the initial py3k porting of pydot_unittest.py file

Original comment by sandro.tosi on 22 Mar 2014 at 1:39

Attachments:

GoogleCodeExporter commented 9 years ago
improved version of the py3k porting patch for unittest script

Original comment by sandro.tosi on 22 Mar 2014 at 2:39

Attachments: