More Parser tests and more cases! Added ability to parse Editions for Manga (Omnibus, Color, etc). To be stripped from Series if present. Future can be stored on MangaFile.

This commit is contained in:
Joseph Milazzo 2021-01-24 08:34:57 -06:00
parent 9030b8de96
commit a315feb569
5 changed files with 125 additions and 31 deletions

View file

@ -0,0 +1,7 @@
namespace API.Tests.Services
{
public class ScannerServiceTests
{
// TODO: Start adding tests for how scanner works so we can ensure fallbacks, etc work
}
}