Fixes in tests and add check_login function to admin cntroller

This commit is contained in:
Antonio de la Rosa 2016-08-02 04:58:00 +02:00
parent b41461cc2c
commit da9a37a406
10 changed files with 33 additions and 9 deletions

View file

@ -20,3 +20,6 @@ class TestFieldMethods(unittest.TestCase):
self.assertTrue( s.send(config.portal_email, [config.email_test], 'This is a test', 'A message for test a simple email method in <b>html</b> and attachments', content_type='html', attachments=['tests/images/image.jpg']) )
#s.quit()
if __name__ == '__main__':
unittest.main()