HearthSim / UnityPack

Python deserialization library for Unity3D Asset format
https://hearthsim.info/
MIT License
720 stars 153 forks source link

Add some infrastructure for unit tests #108

Open dyc3 opened 2 years ago

dyc3 commented 2 years ago

This lays the bare-minimum groundwork necessary in order to write unit tests. I didn't bother adding it to CI since it seems to be broken (I'd recommend switching to github actions).

Closes #107