~heckj/pyrrd/devtest

« back to all changes in this revision

Viewing changes to pyrrd/backend/bindings.py

  • Committer: Duncan McGreggor
  • Date: 2009-10-27 21:51:45 UTC
  • Revision ID: duncan@canonical.com-20091027215145-brqbckmsvv782s83
* More unit test cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
 
179
179
Let's see how big it is::
180
180
 
181
 
    >>> len(open(graphfile).read())
182
 
    10427
 
181
    >>> bytes = len(open(graphfile).read())
 
182
    >>> 10300 < bytes < 10700
 
183
    True
183
184
 
184
185
Open that up in your favorite image browser and confirm that the appropriate
185
186
RRD graph is generated.