~ubuntuone-pqm-team/dougrain/stable

« back to all changes in this revision

Viewing changes to test/test_document.py

  • Committer: Will Harris
  • Date: 2013-08-29 10:27:48 UTC
  • Revision ID: git-v1:c71adfdad1520e71feefdb1ce3788854b703084b
Conform to PEP8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
import unittest
6
6
import dougrain
7
7
 
 
8
 
8
9
class ParseSimpleTestMixin(object):
9
10
    def setUp(self):
10
11
        self.doc = dougrain.Document.from_object({"name": "David Bowman"},