Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve test coverage of sync.py #1936

Merged
merged 13 commits into from
Oct 12, 2022
Merged

Improve test coverage of sync.py #1936

merged 13 commits into from
Oct 12, 2022

Commits on Oct 11, 2022

  1. Test reset_target_dir

    Aratz committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    1d2ee9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9855cf2 View commit details
    Browse the repository at this point in the history
  3. Test create_merge_base branch

    There was a bug in this function: because `self.merge_branch` was used
    to store the new branch name, it was stored persistently in the `psync`
    object. Hence when a new branch was created, the branch number was
    appended several times, e.g. `original_merge_branch-2-3-4`.
    Aratz committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ceb30d9 View commit details
    Browse the repository at this point in the history
  4. Test push_merge_branch

    Aratz committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    373f596 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8c99b0 View commit details
    Browse the repository at this point in the history
  6. Test close_open_pr

    Aratz committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    005fecf View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    Aratz committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    bb4b621 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c32258 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'dev' into dev

    Aratz authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    7ffe496 View commit details
    Browse the repository at this point in the history
  10. Sort imports

    Aratz committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3fa8ed1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Merge branch 'dev' into dev

    Aratz authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    0fd13a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4b305a View commit details
    Browse the repository at this point in the history
  3. Improve test documentation

    [skip ci]
    Aratz committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    fb8fd60 View commit details
    Browse the repository at this point in the history