designate/designate/tests/test_storage
Kiall Mac Innes bb0be47fe3 Add a couple of new hacking checks
* D705: timeutils.utcnow() must be used instead of datetime.%s()
* D706: Don't translate debug level logs
* D707: basestring is not Python3-compatible, use six.string_types instead.
* D708: Do not use xrange. Use range, or six.moves.range for large loops.
* D709: LOG.audit is deprecated, please use LOG.info!

Change-Id: I5c20102907dfd5534691641a8de102b22c94ed9a
2015-06-29 12:03:21 +01:00
..
__init__.py Add a couple of new hacking checks 2015-06-29 12:03:21 +01:00
test_sqlalchemy.py Remove dead server code in storage and add tests 2015-02-05 15:17:56 +01:00