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

Feature #2246- view finder feature to fly to user-specified latitude, longitude pair #2258

Merged
merged 4 commits into from
Feb 15, 2024

Commits on Feb 2, 2024

  1. Add two helper libraries for unit testing with clean state and spies

    Clean state library will support hermetic unit testing, allowing for
    tests to be certain that they are not leaking state across individual
    test runs.
    
    Create spy library will support tests that want to ensure that
    a function has been called but do not actually care about the results of
    the function call.
    ianguerin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ac48bea View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    9d551a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    63bb187 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    eb5990a View commit details
    Browse the repository at this point in the history