← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~jtv/maas/migrate-nodecommissionresult-tests into lp:maas

 

Jeroen T. Vermeulen has proposed merging lp:~jtv/maas/migrate-nodecommissionresult-tests into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jtv/maas/migrate-nodecommissionresult-tests/+merge/113972

As per the migration plan.  Since there's nothing else left in the file, I was able simply to rename it.  The only thing that changes in the file is the docstring at the top.

And with this, we're done with the model migrations!


Jeroen
-- 
https://code.launchpad.net/~jtv/maas/migrate-nodecommissionresult-tests/+merge/113972
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~jtv/maas/migrate-nodecommissionresult-tests into lp:maas.
=== renamed file 'src/metadataserver/tests/test_models.py' => 'src/metadataserver/tests/test_nodecommissionresult.py'
--- src/metadataserver/tests/test_models.py	2012-06-29 07:05:37 +0000
+++ src/metadataserver/tests/test_nodecommissionresult.py	2012-07-09 13:08:28 +0000
@@ -1,7 +1,7 @@
 # Copyright 2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
-"""Model tests for metadata server."""
+"""Tests for the :class:`NodeCommissionResult` model."""
 
 from __future__ import (
     absolute_import,