mirror of
https://github.com/nasa/trick.git
synced 2025-02-07 11:20:24 +00:00
* 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