Moo-Ack-Productions / MCprep

Blender python addon to increase workflow for creating minecraft renders and animations
https://theduckcow.com/MCprep
GNU General Public License v3.0
287 stars 24 forks source link

Adding a missing filenames test and (commented out solution) #603

Closed TheDuckCow closed 4 months ago

TheDuckCow commented 4 months ago

Thanks to @StandingPadAnimations we have a solution to "find missing" not working. First commit here is to prove that the unit test actually fails, and then I'll push a second commit which shows the fix works.

TheDuckCow commented 4 months ago

In true test-driven development fashion: As intended, the firstly added test is failing here

But then after pushing the fix, demonstrates the test is now passing.