How to update track tests?

I’d like to update some Clojure(Script) tests. configlet mentions some tracks using test generators. (I see Python has one.) Is it correct that if one isn’t present, then once tests.toml is synced, the tests need to be handwritten to match the new specification(s) with one’s best judgement?

Some tracks indeed have test generators. If there isn’t one, you are als correct that it needs to be hand-written.

Majority of track contributions regarding this will have a single PR that syncs the toml file and include the new tests (if the choice is made to include those tests).