This project is licensed under the MIT License - see the LICENSE.md file for details
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- XMLCoder - XML Coding
- TextTable - TextTable
- ArgumentParser - Swift Argument Parser
Swift 5.1
Package Manager
mint install thecb4/pillow
using this is very straight forward
Pillow works after you've run your swift tests in parallel and generated a Results.xml file. Right now Pillow assumes it's in the Tests directory.
swift test --parallel --xunit-output Tests/Results.xml
pillow
And results look like
╒═══════════════════════════════╤════════════════════════════════════════════╤════════╕
│ Test Group │ Test │ Status │
╞═══════════════════════════════╪════════════════════════════════════════════╪════════╡
│ PillowCLITests.CLITests │ testCLIParse │ Passed │
├───────────────────────────────┼────────────────────────────────────────────┼────────┤
│ PillowKitTests.PillowKitTests │ testCodableTestCaseResultFailuresEncode │ Passed │
├───────────────────────────────┼────────────────────────────────────────────┼────────┤
│ PillowKitTests.PillowKitTests │ testCodableTestCaseResultNoFailuresDecode │ Passed │
├───────────────────────────────┼────────────────────────────────────────────┼────────┤
│ PillowKitTests.PillowKitTests │ testCodableTestCaseResultFailuresDecode │ Passed │
├───────────────────────────────┼────────────────────────────────────────────┼────────┤
│ PillowKitTests.PillowKitTests │ testCodableTestCaseResultNoFailuresEncode │ Passed │
├───────────────────────────────┼────────────────────────────────────────────┼────────┤
│ PillowKitTests.PillowKitTests │ testCodableTestSuiteResultNoFailuresDecode │ Passed │
├───────────────────────────────┼────────────────────────────────────────────┼────────┤
│ PillowKitTests.PillowKitTests │ testCodableTestResultsNoFailuresEncode │ Passed │
├───────────────────────────────┼────────────────────────────────────────────┼────────┤
│ PillowKitTests.PillowKitTests │ testCodableTestResultsNoFailuresDecode │ Passed │
├───────────────────────────────┼────────────────────────────────────────────┼────────┤
│ PillowTests.PillowTests │ testNoArguments │ Passed │
╘═══════════════════════════════╧════════════════════════════════════════════╧════════╛
Tests for Pillow are broken between
- PillowKit (package)
- PillowCLI (command line argument parsing)
- Pillow (command line output)
swift test --parallel --xunit-output Tests/Results.xml
Documentation can be found here
We use SemVer for versioning. For the versions available, see the tags on this repository.
Please read ROADMAP for an outline of how we would like to evolve the library.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for changes to us.
Please read CHANGELOG for details on changes to the library.
- 'Cavelle Benjamin' - Initial work - thecb4
- icon made by SmashIcons from Flaticon
- Docs generated by swift-doc originally created by mattt