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

[uss_qualifier] submit_flight_intent test step raises if flight intent ends in the past #650

Merged
merged 2 commits into from
Apr 23, 2024

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. Update datetime approach and change StartOfTestRun to StartOfScenario (

    …#16)
    
    These suggestions for [650 on the interuss
    repo](interuss#650) primarily:
    
    * Adjust the datetime comparison approach -- we don't want to mess with
    time zones, or generally Python's suboptimal time treatment; we can
    leave that to the `arrow` module we already import and use for many
    other similar things
    * Expand and make public the function to compute an end time of volume
    or volumes
    * Change StartOfTestRun to StartOfScenario in most test data -- I think
    this is the most likely thing to fix most of the problems as it
    decouples timing for a scenario from the rest of the scenarios in a test
    suite/run
    BenjaminPelletier authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e129a08 View commit details
    Browse the repository at this point in the history