def test_notice(self):
     client = Client()
     reg_writer = client.notice("docdoc")
     self.assertEqual(
         os.path.join(self.tmpdir, "notice", "docdoc"), reg_writer.path)
 def test_notice(self):
     client = Client()
     reg_writer = client.notice("docdoc")
     self.assertEqual("notice/docdoc", reg_writer.path)
Exemplo n.º 3
0
 def test_notice(self):
     client = Client()
     reg_writer = client.notice("docdoc")
     self.assertEqual("notice/docdoc", reg_writer.path)
Exemplo n.º 4
0
 def test_notice(self):
     client = Client()
     reg_writer = client.notice("docdoc", '1234-56789')
     self.assertEqual("notice/docdoc/1234-56789", reg_writer.path)