コード例 #1
0
ファイル: test_base.py プロジェクト: hasadna/knesset-data
 def test_from_file(self):
     with open(os.path.join(os.path.dirname(__file__), '20_ptm_318579.doc')) as f:
         with PlenumProtocolFile.get_from_file(f) as protocol:
             plenum_protocol_assertions(self, protocol)
コード例 #2
0
 def test_from_file(self):
     with open(os.path.join(os.path.dirname(__file__),
                            '20_ptm_318579.doc')) as f:
         with PlenumProtocolFile.get_from_file(f) as protocol:
             plenum_protocol_assertions(self, protocol)
コード例 #3
0
ファイル: test_base.py プロジェクト: hasadna/knesset-data
 def test_from_url(self):
     with PlenumProtocolFile.get_from_url('http://fs.knesset.gov.il/20/Plenum/20_ptm_318579.doc') as protocol:
         plenum_protocol_assertions(self, protocol)
コード例 #4
0
 def test_from_url(self):
     with PlenumProtocolFile.get_from_url(
             'http://fs.knesset.gov.il/20/Plenum/20_ptm_318579.doc'
     ) as protocol:
         plenum_protocol_assertions(self, protocol)