NASA-AMMOS / aerie-cli

An unofficial CLI for interacting with Aerie planning software
MIT License
3 stars 4 forks source link

Build Tests with Aerie "BananaNation" mission model #20

Closed cartermak closed 1 year ago

cartermak commented 1 year ago

Update query unit tests to reference the Banananation mission model in a way that we can automatically generate updated test case files (with manual review, of course). This will make it easier to update unit test cases.

ewferg commented 1 year ago

I'd love if we use a different mission model for testing that is more domain specific (example s/c mission model), but I am not sure if there is a better one than Banananation right now.

cartermak commented 1 year ago

That's fair. I'm mainly concerned with properly handling all of the activity/plan/simulation properties (e.g., anchoring, simulation start/end times), so my opinion is that we just need a model and test cases that adequately exercise Aerie's features.

cartermak commented 1 year ago

Addressed by #54