1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 02:58:02 +02:00

Test improvements (continue after fail, console output, error location)

This commit is contained in:
Brian Fiete 2020-12-29 09:23:00 -08:00
parent cadd1f809f
commit 78ae79b802
7 changed files with 356 additions and 68 deletions

View file

@ -376,6 +376,7 @@ namespace System
public bool ShouldFail;
public bool Ignore;
public bool Profile;
public String Tag;
}
public struct ImportAttribute : Attribute