File tree
17 files changed
+651
-164
lines changed- Carthage/Checkouts
- ObjectiveGitFramework.xcodeproj
- project.xcworkspace
- ObjectiveGitFramework.xcworkspace
- script
17 files changed
+651
-164
lines changed+1-17
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 |
|
+3-5
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 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + |
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
- Package@swift-4.2.swift+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
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
86 | 95 |
| |
87 | 96 |
| |
88 | 97 |
| |
| |||
95 | 104 |
| |
96 | 105 |
| |
97 | 106 |
| |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 | 107 |
| |
110 | 108 |
| |
111 | 109 |
| |
| |||
127 | 125 |
| |
128 | 126 |
| |
129 | 127 |
| |
130 |
| - | |
131 |
| - | |
132 | 128 |
| |
133 | 129 |
| |
134 | 130 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
72 | 81 |
| |
73 | 82 |
| |
74 | 83 |
| |
| |||
81 | 90 |
| |
82 | 91 |
| |
83 | 92 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 | 93 |
| |
96 | 94 |
| |
97 | 95 |
| |
| |||
112 | 110 |
| |
113 | 111 |
| |
114 | 112 |
| |
115 |
| - | |
116 |
| - | |
117 | 113 |
| |
118 | 114 |
| |
119 | 115 |
| |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
|
0 commit comments