You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's face it: despite high coverage, our tests are a mess. Specifically, per-checker tests require way to much code - an almost full-blown manifest, which is evaluated as a whole, often causing failures unrelated to the target test case.
tests should require as little input data as possible
default to not requiring network or only rely on GitHub for remote network access when possible
Let's face it: despite high coverage, our tests are a mess. Specifically, per-checker tests require way to much code - an almost full-blown manifest, which is evaluated as a whole, often causing failures unrelated to the target test case.