Skip to content

Unit testing constants ...

Compare
Choose a tag to compare
@ztalbot2000 ztalbot2000 released this 26 May 03:16
· 168 commits to master since this release

Hi all,

Unit testing is a big part of Cmd4 with 9268 running successfully in under a minute before every submission. I'm always looking for new ways to benefit from unit testing.

  • This update checks not only if all constants that are defined are used, but it also scans all the source files for constants that were not defined. There were actually three used that were not defined, but just affected a possible FakeGato config of the Google file system.

Take care,
John Talbot