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
Loading
Please register or sign in to comment