ElDavoo / wa-crypt-tools

Manage WhatsApp .crypt12, .crypt14 and .crypt15 files.
GNU General Public License v3.0
602 stars 77 forks source link

Tests (Test files, unit test, CI ...) #10

Open ElDavoo opened 2 years ago

ElDavoo commented 2 years ago

I'd be useful to have a test suite with: 1) Sample unencrypted, crypt14 and crypt15 msgstore, wallpapers, stickers, commerce_backup ... 2) Unit test to test single functions 3) Automatic scripts to run these tests in Github at every commit.

Unfortunately I don't have the time to do that. If someone else does I will happily accept a PR

martinodonnell commented 2 years ago

Hey @ElDavoo,

I am back to repay my debt. Do you have a testing framework in mind or will I just use pytest

ElDavoo commented 2 years ago

Hey @ElDavoo,

I am back to repay my debt. Do you have a testing framework in mind or will I just use pytest

No idea, just go for the default option (pytest I guess)

ElDavoo commented 1 year ago

I made some example tests, but I don't have the time to work on it. They also broken on GH actions...

ElDavoo commented 6 months ago

we REALLY need this, as now every change requires lots of testing and might break everything