This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
SwiftShell
Watch
1
Star
0
Fork
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3.0.0-beta.14
SwiftShell
/
Tests
/
SwiftShellTests
T
History
Kare Morstol
33019fb307
Replace all uses of the word "Task".
...
with "command" or "process".
2017-04-05 18:29:49 +02:00
..
Command_Tests.swift
Replace all uses of the word "Task".
2017-04-05 18:29:49 +02:00
Context_Tests.swift
Make RunOutput.|| and .&& public. Remove @testable from test imports.
2017-04-03 19:42:53 +02:00
Files_Tests.swift
String(contentsOfFile:) not implemented on Linux, use String(contentsOfFile: encoding:) instead.
2017-01-31 00:41:29 +01:00
String_Tests.swift
run() returns RunOutput instead of String. Supports || and &&.
2017-03-29 19:59:26 +02:00
TestHelpers.swift
@discardableResult declared on a function returning Void is unnecessary.
2017-02-21 22:11:54 +01:00