-
Couldn't load subscription status.
- Fork 379
Description
To match the ASP.NET guidelines we'd need to update this line to include assemblies that end with .FunctionalTests.
I believe these should be categorized as unit tests and not integration tests because they're not typically not as heavy-weight as the integration test category implies. They can probably run during live testing. But that's just my opinion.
Another, somewhat related thing that KoreBuild did was run unit tests before these functional tests. The idea being that if a unit test failed, functional tests would probably fail too. We wanted to fail fast and the unit tests are typically a lot faster to run than the functionals.