diff options
author | Endre Karlson <endre.karlson@gmail.com> | 2013-11-18 13:53:30 +0100 |
---|---|---|
committer | Endre Karlson <endre.karlson@gmail.com> | 2013-11-18 14:28:43 +0100 |
commit | c81d5f36c289ef3eeb7f23e3995ce1aa9377e50f (patch) | |
tree | e7077d995a78f31e3284ee50d1c84a9c02e7be53 /.gitignore | |
parent | 20fd3a90fb5a97b3de43776063d529fa9b69f814 (diff) | |
download | designate-c81d5f36c289ef3eeb7f23e3995ce1aa9377e50f.tar.gz |
Switch to testr / testtools / fixtures, remove nose
* This also fixes us up to hacking standards
* Remove assertGreater* usage in favor of assertEqual py26..
* assertEquals > assertEqual
Change-Id: I8083c96da09897d650ca6fffc0e340d9c057db8d
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,3 +23,4 @@ designate/versioninfo *.DS_Store *.idea /bind9 +.testrepository/* |