The file name is different, so documentation was not properly generated
before.
Also fixed a docstring not to issue sphinx warning due to incorrect
indentation.
Change-Id: I48ab899077458d99eee6f643577d574106c1ca88
Tests to verify that database migrations and models are in sync
---------------------------------------------------------------
-.. automodule:: neutron.tests.functional.db.test_migration
+.. automodule:: neutron.tests.functional.db.test_migrations
.. autoclass:: _TestModelsMigrations
:members:
* ``add_*`` means that it is missing in db;
* ``modify_*`` means that on column in db is set wrong
- type/nullable/server_default. Element contains information:
- * what should be modified,
- * schema,
- * table,
- * column,
- * existing correct column parameters,
- * right value,
- * wrong value.
-
+ type/nullable/server_default. Element contains information:
+ - what should be modified,
+ - schema,
+ - table,
+ - column,
+ - existing correct column parameters,
+ - right value,
+ - wrong value.
'''
def setUp(self):