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

Refactor SyncAction tests to use real FwProjects pushing to local Mercurial server #347

Merged
merged 10 commits into from
Sep 27, 2024

Commits on Aug 26, 2024

  1. Start refactoring SyncAction tests

    One sample test that creates real FwProject, modifies a gloss, and
    pushes it to the mock LD server, setting up for real test code later.
    rmunn committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    37c67c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d9fc41 View commit details
    Browse the repository at this point in the history
  3. Simplify second SyncAction test

    rmunn committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    eefe5fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    641a36c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7ee6aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6797c47 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    671afb3 View commit details
    Browse the repository at this point in the history
  2. Move common code to be first in file

    That way when you're reading the methods that call the shared code,
    you've already read the shared code.
    rmunn committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ea8d2fa View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge remote-tracking branch 'origin/develop' into chore/refactor-syn…

    …c-action-tests
    
    Need to change some method calls to match new API
    rmunn committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9715a84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7bc87a View commit details
    Browse the repository at this point in the history