Started helpers for intermediate level integration tests
The idea is to provide what's needed for efficient Mercurial tests at lower level than the .t system (text-based tests), yet still more integration than pure unit. By not spawning hg processes, it should be faster than text-based tests. Calling in the inner API will allow tests that are closer in style to main developments being tested, while simplifying assertions. This version is meant for python2 only for the time being, because that's what is currently to be tested for Heptapod. We'll convert it for py3 for the hgitaly project, or make it agnostic and publish it independently in some or other way.
heptapod/testhelpers.py
0 → 100644
heptapod/tests/test_testhelpers.py
0 → 100644
Please register or sign in to comment