fuel-web/nailgun
Cuong Nguyen 5df1c9f08d Use assertIsNone instead of assertEqual(None, obj)
As stated by document [1], it's better to use assertIsNone instead of
assertEqual(None, obj)

[1]
http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

Change-Id: I2dd12c4e5c31761e2069c96cf135a8d306d13cb8
2017-01-23 13:04:32 +07:00
..
examples
nailgun Use assertIsNone instead of assertEqual(None, obj) 2017-01-23 13:04:32 +07:00
tools Do not remove logs on 'tox -e cleanup' 2016-09-06 13:27:44 +03:00
MANIFEST.in Refactoring nailgun dependencies 2013-12-20 12:13:09 +02:00
conftest.py Add option to flush database before/after tests 2014-11-26 11:33:58 +02:00
manage.py Add fuyaql to allow debug expressions on master node 2016-06-22 15:50:45 +03:00
requirements.txt Babel version 2.3.x excluded in requirements 2016-04-19 22:09:43 +03:00
setup.cfg Align nailgun docs building with OS-Infra 2016-04-25 19:33:43 +03:00
setup.py Extract cluster upgrade to a separate repository 2016-07-29 12:44:00 +03:00
test-requirements.txt Align nailgun docs building with OS-Infra 2016-04-25 19:33:43 +03:00
tox.ini Fix hacking 0.10 errors in nailgun 2015-10-08 12:01:55 +02:00