mirror of
https://github.com/nasa/trick.git
synced 2025-01-26 22:29:23 +00:00
0be5f72e35
* Fixed run path/too/deep duplication logic * Add more unit testing to cover edge cases in the YAML file * Unify type checking to reduce code duplication * Empty sections like run: are still ignored but now produce an error to remind the user to clean them up. * Make get_sims() work with labels=None * Test SIMs within deep directory structures to exercise pathing logic * Add test for invalid sim path: syntax Refs #1159