animafps / teres

🎞️ Utility for realistic motion blur through frame intepolation and blending
https://animafps.github.io/teres
GNU General Public License v3.0
52 stars 1 forks source link

Unit testing #53

Open animafps opened 1 year ago

animafps commented 1 year ago

Use rusts'/cargo tests to test all components so can develop more reliably

Currently there is a single test that is testing if it can do the initial launch of the program and up to file selection but dependencies are in the way need to fix #39

animafps commented 1 year ago

Dependencies are now sorted in the CI so any test case including running the binary should function