Esempio n. 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')
Esempio n. 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')
Esempio n. 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')
Esempio n. 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')
Esempio n. 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')
Esempio n. 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')