Example #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')
Example #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')
Example #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')
Example #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')
Example #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')
Example #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')