bananajuicellc / first.bananajuice.tech

A selection game to help gamers pick who goes first.
https://whogoes1st.com
Mozilla Public License 2.0
1 stars 3 forks source link

Use @nox.session decorator for test sessions. #81

Closed tswast closed 7 years ago

tswast commented 7 years ago

Problem: Translation was running too often, causing unnecessary merge conflicts.

Solution: With the use of the decorator, nox will run the sessions in the order they are defined. This means I can skip the translations session when no text is changing, but it runs by default in the appropriate order (before freeze).