almanach/almanach/tests/unit/core
Vu Cong Tuan add74e4b01 Define hacking rules to ensure code quality
Enforce following codestyle rules:

* no xrange
* no LOG.warn usage (deprecated in favour of LOG.warning)
* usage of assertTrue(x) instead assertEqual(True, x)
* usage of assertIsNone(x) instead assertEqual(None, x)
* usage of assertIsNotNone(x) instead assertNotEqual(None, x)
  or assertIsNot(None, x)

Change-Id: I356a9c77986557a36144f503852fac5d6ba4bc20
2017-06-14 18:44:22 +07:00
..
controllers Define hacking rules to ensure code quality 2017-06-14 18:44:22 +07:00
helpers Handle instances deleted before completion 2017-02-22 16:27:50 +00:00
__init__.py Add first tempest test 2016-12-01 16:35:33 -05:00
test_factory.py Stdlib imports are always first 2017-01-20 09:11:41 -05:00
test_model.py Stdlib imports are always first 2017-01-20 09:11:41 -05:00