示例#1
0
 def test_get_get_command_should_return_get_email_command_instance(self):
     command = get_command('get')
     expect(command).to.be.a('guerrillamail.GetEmailCommand')
示例#2
0
 def test_set_address_command_should_return_set_address_command_instance(self):
     command = get_command('setaddr')
     expect(command).to.be.a('guerrillamail.SetAddressCommand')
示例#3
0
 def test_get_address_command_should_return_get_address_command_instance(self):
     command = get_command('info')
     expect(command).to.be.a('guerrillamail.GetInfoCommand')
示例#4
0
 def test_get_get_command_should_return_get_email_command_instance(self):
     command = get_command('get')
     expect(command).to.be.a('guerrillamail.GetEmailCommand')
示例#5
0
 def test_set_address_command_should_return_set_address_command_instance(
         self):
     command = get_command('setaddr')
     expect(command).to.be.a('guerrillamail.SetAddressCommand')
示例#6
0
 def test_get_address_command_should_return_get_address_command_instance(
         self):
     command = get_command('info')
     expect(command).to.be.a('guerrillamail.GetInfoCommand')