mgedmin / objgraph

Visually explore Python object graphs
http://mg.pov.lt/objgraph/
MIT License
753 stars 72 forks source link

Graphs say "instance" instead of "DocTest" #20

Closed mgedmin closed 9 years ago

mgedmin commented 9 years ago

I was about to release version 2.0.0 and ran make clean docs and git diff docs/*.png, then saw some unexpected changes. For example, here's canary-chain.png in current git master: ekrano nuotrauka is 2015-04-14 22 11 43 and here's what I get with the code in current git master: ekrano nuotrauka is 2015-04-14 22 12 39 (different font rendering is a result of a different graphviz version, I think)

mgedmin commented 9 years ago

Okay, I'm an idiot. I mixed up the old output and the new output.

The old output was "instance", and the new output is "DocTestRunner/DocTest".

This is an improvement, not a regression.