File tree
17 files changed
+651
-164
lines changed- Carthage/Checkouts
- ObjectiveGitFramework.xcodeproj
- project.xcworkspace
- ObjectiveGitFramework.xcworkspace
- script
17 files changed
+651
-164
lines changedLines changed: 1 addition & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 | 5 |
| |
16 | 6 |
| |
17 | 7 |
| |
18 | 8 |
| |
19 | 9 |
| |
20 | 10 |
| |
21 | 11 |
| |
22 |
| - | |
23 | 12 |
| |
24 | 13 |
| |
25 | 14 |
| |
26 | 15 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 16 | + | |
33 | 17 |
| |
34 | 18 |
|
Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
| 16 | + | |
18 | 17 |
| |
19 |
| - | |
20 |
| - | |
| 18 | + | |
21 | 19 |
| |
22 | 20 |
| |
23 | 21 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
- .github/ISSUE_TEMPLATE+1-1
- .github/workflows/ci.yml+52
- .github/workflows/swiftlint.yml+15
- .hound.yml-2
- .swift-version+1-1
- .swiftlint.yml+7-4
- .travis.yml+48-48
- CONTRIBUTING.md+1-1
- Dangerfile+3-7
- Documentation/en-us/InstallingQuick.md+24-2
- Documentation/en-us/SharedExamples.md+72-3
- Documentation/ja/InstallingQuick.md+1-1
- Documentation/ja/SharedExamples.md+4-4
- Documentation/ko-kr/BehavioralTesting.md+1-1
- Documentation/ko-kr/InstallingQuick.md+2-2
- Documentation/ko-kr/SharedExamples.md+3-3
- Documentation/pt-br/SharedExamples.md+4-4
- Documentation/zh-cn/InstallingQuick.md+1-1
- Documentation/zh-cn/SharedExamples.md+3-3
- Externals/Nimble+1-1
- Gemfile+1-2
- Gemfile.lock+80-60
- Package.resolved+2-2
- Package.swift+39-37
- [email protected]+12-6
- Quick Templates/Quick Configuration Class.xctemplate/Objective-C/___FILEBASENAME___.h+1-1
- Quick Templates/Quick Configuration Class.xctemplate/Objective-C/___FILEBASENAME___.m+1-1
- Quick Templates/Quick Configuration Class.xctemplate/Swift/___FILEBASENAME___.swift+1-1
- Quick Templates/Quick Spec Class.xctemplate/Objective-C/___FILEBASENAME___.m+3-3
- Quick Templates/Quick Spec Class.xctemplate/Swift/___FILEBASENAME___.swift+1-1
- Quick.podspec+10-3
- Quick.xcodeproj/project.pbxproj+243-353
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme+1-1
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme+20-14
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme+1-1
- Quick.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings+8
- README.md+3-1
- Rakefile+12-7
- Sources/Quick/Behavior.swift+8-6
- Sources/Quick/Callsite.swift+19-12
- Sources/Quick/Configuration/Configuration.swift+24-20
- Sources/Quick/Configuration/QuickConfiguration.swift+59-20
- Sources/Quick/DSL/DSL.swift+16-12
- Sources/Quick/DSL/World+DSL.swift+25-24
- Sources/Quick/ErrorUtility.swift+1-1
- Sources/Quick/Example.swift+9-20
- Sources/Quick/ExampleGroup.swift+7
- Sources/Quick/ExampleMetadata.swift+5-9
- Sources/Quick/Filter.swift+5-9
- Sources/Quick/NSBundle+CurrentTestBundle.swift+2-2
- Sources/Quick/QuickMain.swift+3-10
- Sources/Quick/QuickSelectedTestSuiteBuilder.swift+1-1
- Sources/Quick/QuickSpec.swift+43-52
- Sources/Quick/QuickTestObservation.swift+69
- Sources/Quick/QuickTestSuite.swift+1-1
- Sources/Quick/String+C99ExtendedIdentifier.swift+5-8
- Sources/Quick/World.swift+43-27
- Sources/QuickObjCRuntime/QuickSpecBase.m+5-22
- Sources/QuickObjCRuntime/include/QuickSpecBase.h+7
- Sources/QuickObjectiveC/Configuration/QuickConfiguration.m+2-43
- Sources/QuickObjectiveC/QuickSpec.h+1-1
- Sources/QuickObjectiveC/QuickSpec.m+43-33
- Sources/QuickSpecBase/include/QuickSpecBase.h-11
- Tests/.swiftlint.yml+5
- Tests/LinuxMain.swift+16-15
- Tests/QuickIssue853RegressionTests/SubclassOfSubclassWithStructPropertyTests.swift+20
- Tests/QuickTests/QuickFocusedTests/FocusedTests.swift+13-2
- Tests/QuickTests/QuickTestHelpers/SpecRunner.swift-30
- Tests/QuickTests/QuickTestHelpers/TestRun.swift-9
- Tests/QuickTests/QuickTestHelpers/XCTestCaseProvider.swift+5-5
- Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift+6-6
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift+4-4
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeSuiteTests.swift+3-3
- Tests/QuickTests/QuickTests/FunctionalTests/BehaviorTests.swift+4-6
- Tests/QuickTests/QuickTests/FunctionalTests/Configuration/AfterEach/Configuration+AfterEachTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/Configuration/BeforeEach/Configuration+BeforeEachTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/ContextTests.swift+2-2
- Tests/QuickTests/QuickTests/FunctionalTests/CurrentSpecTests.swift+18-6
- Tests/QuickTests/QuickTests/FunctionalTests/DescribeTests.swift+3-3
- Tests/QuickTests/QuickTests/FunctionalTests/ItTests.swift+16-14
- Tests/QuickTests/QuickTests/FunctionalTests/ObjC/ItTests+ObjC.m+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/PendingTests.swift+13-1
- Tests/QuickTests/QuickTests/FunctionalTests/QuickSpec_SelectedTests.swift+52
- Tests/QuickTests/QuickTests/FunctionalTests/SharedExamples+BeforeEachTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/SharedExamplesTests.swift+3-3
- Tests/QuickTests/QuickTests/Helpers/QCKSpecRunner.m+8-23
- Tests/QuickTests/QuickTests/Helpers/QuickSpec+MethodList.swift+24
- Tests/QuickTests/QuickTests/Helpers/QuickSpec+QuickSpec_MethodList.h-17
- Tests/QuickTests/QuickTests/Helpers/QuickSpec+QuickSpec_MethodList.m-23
- Tests/QuickTests/QuickTests/Helpers/QuickSpecRunner.swift+101
- Tests/QuickTests/QuickTests/Helpers/QuickTestsBridgingHeader.h+1-2
- Tests/QuickTests/QuickTests/Helpers/XCTestObservationCenter+QCKSuspendObservation.h-20
- Tests/QuickTests/QuickTests/Helpers/XCTestObservationCenter+QCKSuspendObservation.m-54
- Tests/QuickTests/QuickTests/Helpers/XCTestObservationCenter+QCKSuspendObservation.swift+64
- script/release+1-1
- script/travis-install-macos-4
Submodule ZipArchive updated 159 files
Submodule xcconfigs updated from bb79555 to 4ced0ad
Lines changed: 591 additions & 89 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments