Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.
MIT License
341 stars 16 forks source link

Write tests for Lasso #38

Closed Sammyjo20 closed 2 years ago

Sammyjo20 commented 3 years ago

Right, we need to get some tests in here!

I was wondering how specifically is the best way to test Lasso. Would the best way to test each individual component, e.g the backing up process?

Sammyjo20 commented 3 years ago

Tests to write:

Jhnbrn90 commented 2 years ago

Hi @Sammyjo20

I've attempted to address the todo Zip helper can zip files and folders up in #48

I can address the Zip helper can unzip files and checksum is correct todo for the Unzipper helper class next if you'd like, but I'd like to await your feedback on this PR first.