| Index: testing_support/git/unittest_helpers.py
|
| diff --git a/testing_support/git/unittest_helpers.py b/testing_support/git/unittest_helpers.py
|
| index 0ac27bd6eaff996e6e29dbd9a9d7d3a18d0ff283..94a720efa1e5537aafc998b8b94970d1c97fe261 100644
|
| --- a/testing_support/git/unittest_helpers.py
|
| +++ b/testing_support/git/unittest_helpers.py
|
| @@ -2,14 +2,13 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import unittest
|
| -
|
| +from testing_support import auto_stub
|
|
|
| from testing_support.git.repo import GitRepo
|
| from testing_support.git.schema import GitRepoSchema
|
|
|
|
|
| -class GitRepoSchemaTestBase(unittest.TestCase):
|
| +class GitRepoSchemaTestBase(auto_stub.TestCase):
|
| """A TestCase with a built-in GitRepoSchema.
|
|
|
| Expects a class variable REPO_SCHEMA to be a GitRepoSchema string in the form
|
|
|