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

test_integration: preparations to derive as tests without Git

These should be only spelling and type changes, meant so that
the diff with the future tests of a native state maintainer without
a Git repository are easier to compare with these.

This explains some weird line breaks, such as:

```
    wrapper.commit_file(
        'foo', message='some msg')
```

because it will become in the tests for the future class something
like

```
    ctx = wrapper.commit_file(
```

with the second line unchanged.

We also take the opportunity to modernize the calls to the
deprecated `write_commit()`.
parent 4c4b53691f8b
No related branches found
No related tags found
2 merge requests!66Topic/default/merge hgitaly2,!65NoGitStateMaintainer
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