RETIRED, Storm provisioning plugin for Sahara
Go to file
sunyandi ed53615347 Replace assertFalse/assertTrue(a in b)
Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'

Replace 'assertTrue(a in b)' with 'assertIn(a, b)'

[H204] Use assert(Not)Equal to check for equality. Unit test assertions
tend to give better messages for more specific assertions. As a result,
assertEqual(...) is preferred over assertTrue(... == ...), and
assertNotEqual(...) is preferred over assertFalse(... == ...).
Off by default.

see more https://docs.openstack.org/hacking/latest/user/hacking.html

Trivial fix.

Change-Id: Ic21fa755faf218bc1c27dc9c839cf6f99f67d287
2018-01-22 17:20:00 +08:00
doc/source Publish sample conf to docs 2015-11-10 13:01:46 +03:00
releasenotes/source Remove setting of version/release from releasenotes 2017-11-16 22:32:25 +01:00
sahara Replace assertFalse/assertTrue(a in b) 2018-01-22 17:20:00 +08:00
.gitignore [ut] replace .testr.conf with .stestr.conf 2017-09-13 19:36:18 +08:00
.stestr.conf [ut] replace .testr.conf with .stestr.conf 2017-09-13 19:36:18 +08:00
requirements.txt Updated from global requirements 2018-01-16 12:53:13 +00:00
setup.cfg S3 job binary and binary retriever 2017-12-28 20:20:37 +00:00
setup.py Updated from global requirements 2017-03-02 17:53:46 +00:00
test-requirements.txt Updated from global requirements 2018-01-16 04:34:18 +00:00
tox.ini Policy in code for Sahara 2017-10-23 11:46:31 -03:00