contrib/hgfixes/__init__.py
author |
Drew Gottlieb <drgott@google.com> |
|
Tue, 07 Apr 2015 15:16:19 -0700 |
changeset 24655 |
528ace39c85c |
parent 11948 |
88d4911930bf
|
permissions |
-rw-r--r-- |
test-manifest: make manifesttest a base class that is extended
The implementation of the testmanifest test case is moved to a new base class,
which is then extended to make the testmanifest. And instead of testmanifest,
the subclass is named testmanifestdict because, well, that's what it's testing.
This refactoring makes it possible to create alternate versions of what was
formerly testmanifest, improving test coverage of different manifestdict
implementations.