slembcke / debugger.lua

A dependency free, embeddable debugger for Lua in a single file (.lua or .h)
MIT License
781 stars 95 forks source link

Automated tests #50

Closed slembcke closed 5 years ago

slembcke commented 6 years ago

This is something I could probably work on with the time I have available. The low hanging fruit is to at least automate the tutorial as a test. Maybe start some simple unit tests beyond that.

slembcke commented 5 years ago

Finally got around to starting this: https://github.com/slembcke/debugger.lua/tree/automated-tests

Uses the configurable IO to run functional tests. Seems to work without a lot of fuss, even fuzzy matching output across different interpreters is pretty straightforward.