[PATCH 5 of 8] tests: make test-simplemerge use absolute_import

timeless timeless at gmail.com
Sat Apr 9 22:00:26 EDT 2016


Pulkit Goyal  wrote:
>
> +from unittest import (
> +    TestCase,
> +)


I'm not sure this is right.

I'm pretty sure it should just be testcase=unittest.TestCase (with
replacements of TestCase with testcase).


More information about the Mercurial-devel mailing list