scotws / tinkasm

A Tinkerer's Assembler for the 6502/65c02/65816
GNU General Public License v3.0
10 stars 0 forks source link

Create actual Python test suite #18

Open scotws opened 5 years ago

scotws commented 5 years ago

We currently do not have unit tests in Python. Add these for the most important functions.

scotws commented 5 years ago

In preparation, we have moved the current tests/ contents to a new folder experiments.