예제 #1
0
	def testCleanup(self):
		d='1.2.643.100.3'
		sn="SNILS"
		long_name="Russian Pension security number"
		o=create(d,sn,long_name)
		cleanup()
		with self.assertRaises(ValueError):
			x=Oid(sn)
예제 #2
0
 def testCleanup(self):
     d='1.2.643.100.3'
     sn="SNILS"
     long_name="Russian Pension security number"
     o=create(d,sn,long_name)
     cleanup()
     with self.assertRaises(ValueError):
         x=Oid(sn)
예제 #3
0
	def tearDown(self):
		# Always call cleanup before next test
		cleanup()
예제 #4
0
 def tearDown(self):
     # Always call cleanup before next test
     cleanup()