Skip to content
Snippets Groups Projects
Commit d3d787f2 authored by Georges Racinet's avatar Georges Racinet
Browse files

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.
parent 61bb90d7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment