richelbilderbeek / bevy_tdd_book

'Developing Bevy games using TDD' book
https://richelbilderbeek.github.io/bevy_tdd_book/
GNU General Public License v3.0
5 stars 0 forks source link

Confirm all code snippets are tested #4

Closed richelbilderbeek closed 2 months ago

richelbilderbeek commented 2 months ago

Currently, the code snippets are copy-pasted from tested code and from then on, never tested to still work.

Write a script that confirms that all code snippets are still tested. It should break when the code has been updated, so that I am reminded that the code snippets need to be updated too.

richelbilderbeek commented 2 months ago

The CI test check_chapers does this. Done!