zxbasic icon indicating copy to clipboard operation
zxbasic copied to clipboard

Interested in testing

Open bleuge opened this issue 4 years ago • 1 comments

And maybe in the future do some basic game :D But, I wonder, is there out there a repo of ZX basic ? That is, magazine games, book games, etc I am interested in software testing, fuzzy testing, etc. A compiler is a nice example, so. If someone has some pointers, I could try some testing. Other idea is testing it against repo of random generated basic programs, and seeing what it does 🗡️ Saludos, y genial tu charla en el canal de Javi!

bleuge avatar Nov 09 '20 16:11 bleuge

Hi

This is the zxbasic repo (the compiler itself) and have some test already (total 1914 tests and counting). To run tests you can run tox in this repository (do poetry install first).

See the directory tests/ for test implemented. This will give you some hints.

boriel avatar Dec 17 '20 15:12 boriel