Deadpikle / EasyBackup

A simple, no-frills file copy/backup program with incremental backups for Windows, macOS, and Linux built in C# with Avalonia (Legacy Windows-only, WPF version available)
MIT License
27 stars 14 forks source link

Add unit tests #8

Open Deadpikle opened 1 month ago

Deadpikle commented 1 month ago

Yeah we should really have some automated tests here...

smellilac commented 1 month ago

Hello!

You have a fairly large project with a lot to test, so I'll ask a couple of questions.

Are you satisfied with testing using the xunit library?

Can I start with testing helpers or are there more priority classes?