Commit ccb5a25
committed
Update Quick to v1.0.0
https://github.com/Quick/Quick/releases/tag/v1.0.01 parent b0d3b68 commit ccb5a25
File tree
5 files changed
+5
-10
lines changed- Carthage/Checkouts
5 files changed
+5
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 83 | | |
89 | 84 | | |
90 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
- .Package.test.swift+19
- .github/ISSUE_TEMPLATE+36
- .github/PULL_REQUEST_TEMPLATE+14
- .hound.yml+2
- .swiftlint.yml+12
- .travis.yml+2-4
- Documentation/README.md+1
- Documentation/en-us/InstallingQuick.md+1-18
- Documentation/en-us/SettingUpYourXcodeProject.md+6-3
- Documentation/en-us/SharedExamples.md+1-1
- Documentation/en-us/TestUsingTestDoubles.md+34-34
- Documentation/pt-br/BehavioralTesting.md+78
- Documentation/pt-br/README.md+39
- Documentation/zh-cn/README.md+1
- Documentation/zh-cn/SharedExamples.md+113
- Externals/Nimble+1-1
- Package.swift+1-6
- Quick.podspec+1-1
- Quick.xcodeproj/project.pbxproj+418-26
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme+11-1
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme+11-1
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme+11-1
- README.md+16
- Rakefile+2
- Sources/Quick/Callsite.swift+1-1
- Sources/Quick/Configuration/Configuration.swift+2-2
- Sources/Quick/Example.swift+2-2
- Sources/Quick/ExampleGroup.swift+1-1
- Sources/Quick/Hooks/ExampleHooks.swift+1-1
- Sources/Quick/QuickSelectedTestSuiteBuilder.swift+2-1
- Sources/Quick/QuickSpec.swift+1-1
- Sources/Quick/String+FileName.swift-12
- Sources/Quick/URL+FileName.swift+12
- Sources/Quick/World.swift+4-4
- Tests/LinuxMain.swift+1-3
- Tests/QuickTests/QuickAfterSuiteTests/AfterSuiteTests+ObjC.m+32
- Tests/QuickTests/QuickAfterSuiteTests/AfterSuiteTests.swift+26
- Tests/QuickTests/QuickAfterSuiteTests/Info.plist+24
- Tests/QuickTests/QuickFocusedTests/FocusedTests.swift-1
- Tests/QuickTests/QuickTestHelpers/TestRun.swift-1
- Tests/QuickTests/QuickTestHelpers/XCTestCaseProvider.swift+1-1
- Tests/QuickTests/QuickTests/Fixtures/FunctionalTests_SharedExamplesTests_SharedExamples.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift+5-5
- Tests/QuickTests/QuickTests/FunctionalTests/AfterSuiteTests.swift-45
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift+5-5
- Tests/QuickTests/QuickTests/FunctionalTests/ItTests.swift+9-11
- Tests/QuickTests/QuickTests/FunctionalTests/ObjC/AfterSuiteTests+ObjC.m-42
- Tests/QuickTests/QuickTests/Helpers/QuickTestsBridgingHeader.h+1-1
0 commit comments