Prezzodaman / pymod

Python program that plays/renders ProTracker modules using PyAudio (available on PyPI as "pymod-amiga")
https://verycheapwebsite.rf.gd/pymod
GNU General Public License v3.0
11 stars 0 forks source link

Unit tests for test modules #5

Closed DidierMalenfant closed 6 months ago

DidierMalenfant commented 6 months ago

The test modules added in the repo are great. It could be useful to check in renders of those modules and build unit tests that check that these remain correct after changes are made to the code.

I can provide a PR for this.

Prezzodaman commented 6 months ago

This is a very good idea! Let me know how we can go about this (I've never actually done something like this before) and I can get some renders done in Pymod's current state.

DidierMalenfant commented 6 months ago

Let me do the module part #3 first and we can add the unit tests on top of that.

DidierMalenfant commented 6 months ago

I've got unit tests working are ready to be submitted bu they rely on #6 so I will wait for that to be merged before creating a new PR.

DidierMalenfant commented 6 months ago

Ok #9 has the unit testing plugged in. Let me know if it works for you.