]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Clean up 'test_mail_settings'
authorStephen Finucane <stephen.finucane@intel.com>
Mon, 20 Jun 2016 15:11:44 +0000 (16:11 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 30 Jun 2016 15:05:00 +0000 (16:05 +0100)
commitf5d125936ce4fbb53d80eb49d3d9772a1d8c20eb
tree38d5d199306a5a24d9fb56d1ece7be650ddfaa8c
parentc4d51a0e2a6aca1457b17b820a4629630865d16f
tests: Clean up 'test_mail_settings'

* Make use of 'create_' helper functions
* Include every import on its own line
* Use underscore_case, rather than camelCase
* Don't use class level variables when not required

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Reviewed-by: Andy Doan <andy.doan@linaro.org>
patchwork/tests/test_mail_settings.py