boriel-basic / zxbasic

The Sinclair ZX Spectrum BASIC compiler!
http://zxbasic.net
GNU Affero General Public License v3.0
208 stars 28 forks source link

Interested in testing #403

Open bleuge opened 4 years ago

bleuge commented 4 years ago

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!

boriel commented 3 years ago

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.