mozilla / translations

The code, training pipeline, and models that power Firefox Translations
https://mozilla.github.io/translations/
Mozilla Public License 2.0
154 stars 33 forks source link

Add a test-fast command for faster local testing #829

Closed gregtatum closed 1 month ago

gregtatum commented 1 month ago

I'm frequently invoking this command locally when working on tests, it would be nice to encode it as an official command. I'm using it when re-running tests when developing locally. It skips Taskgraph generation, which can take awhile. Generally you only need to run the Taskgraph generation once, and then a test will work.