manila/manila/tests/db
Gábor Antal 98255e6715 Removed unnecessary setUp() calls in tests
Basically, if you decide to override a method, that is because you want
to specify(or modify) the behavior of a method. If you just call the
inherited method from the overridden method, that is unnecessary.

Furthermore, every time when self.setUp() is called, now the super's
setUp() is called, which is basically exact the same behavior as
we have now.

TrivialFix

Change-Id: I9f4e03b93ff075c66b4e52342711c37f226d2f81
2017-08-02 12:47:34 +00:00
..
migrations Add quotas per share type 2017-07-19 17:29:04 +03:00
sqlalchemy Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00
__init__.py Files with no code must be left completely empty 2016-09-28 17:00:30 +07:00
fakes.py Share Replication API and Scheduler Support 2016-02-11 19:45:37 +00:00
test_api.py Remove unnecessary setUp function in testcase 2017-03-30 18:50:49 +08:00
test_migration.py Fix typo in db migration test function name 2015-01-06 10:53:45 +01:00