Travis CI and GUI Testing
Posted on Mon 26 May 2014 in Continuous Integration • Tagged with ci, python, emulator
Writing computer emulators in my spare time is actually something I really enjoy doing. The first emulator I wrote was a simple Chip 8 emulator in C. While that was a good learning experience, debugging it was frustrating. Simple unit test frameworks like MinUnit work well for C code, but …
Continue reading