예제 #1
0
    def test__get_id(self):
        document = Document(id=5, title='blah')

        assert document.get_id() == 5