Commits

Anders Bertelrud committed fb5f684cc46
Implement SE-0129 to update the test naming conventions. Instead of automatically and silently appending a `TestSuite` suffix, tests are now expected to have a `Tests` suffix in the module name. Right now we make sure there are no tests under `Sources` and no non-tests under `Tests`, but we expect to lift that restriction in the future to allow test support libraries etc. This commit also updates SwiftPM's own tests to follow the new naming conventions.