Closed j-em closed 8 years ago
@j-allard thanks. There are still a lot of unclear things with running tests with swift-package-manager
https://github.com/Quick/Quick/issues/458 , so let's wait until Quick developers solve it.
@j-em we just moved to XCTest
so running tests is as easy as swift test
. Thanks a lot of PR.
I found running tests a bit confusing so here's a bash script that can be run at the root of the project to automate the test running process.
This is tested on Linux only - any comments to make it as cross-platform as possible are welcome :)