OpenGenus / memes

MIT License
15 stars 15 forks source link

Running tests break meme_generator service #115

Closed srivkrnt closed 5 years ago

srivkrnt commented 5 years ago

The logo files in the ./data directory automatically change from .png to .jpg after the first run of the test. This breaks the meme_generator.py service as it looks for the logos with .png extensions.

Steps to reproduce 1- openmemes --test=1

Running preprocess on the ./data directory also results in the same problem. I guess the issue is because of the preprocess service. Everyone is invited to try solving this issue.