mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 14:25:40 -05:00
Subfolder private unit test files
Allows differentiation of certain check types
This commit is contained in:
@@ -41,9 +41,12 @@ public void TestFilesPassOrFailLegalityChecks()
|
||||
public void TestPrivateFiles()
|
||||
{
|
||||
var folder = TestUtil.GetRepoPath();
|
||||
folder = Path.Combine(folder, "Legality");
|
||||
folder = Path.Combine(folder, "Legality", "Private");
|
||||
ParseSettings.AllowGBCartEra = true;
|
||||
VerifyAll(folder, "Private", true);
|
||||
VerifyAll(folder, "Legal", true);
|
||||
VerifyAll(folder, "Illegal", false);
|
||||
VerifyAll(folder, "PassingHacks", true); // mad hacks, stuff to be flagged in the future
|
||||
VerifyAll(folder, "FalseFlags", false); // legal quirks, to be fixed in the future
|
||||
}
|
||||
|
||||
// ReSharper disable once UnusedParameter.Local
|
||||
|
||||
Reference in New Issue
Block a user