File tree
6 files changed
+9
-9
lines changed- Carthage/Checkouts
- SQLiteMigrationManager.xcodeproj
6 files changed
+9
-9
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + |
- .Package.test.swift+39
- .github/ISSUE_TEMPLATE+36
- .github/PULL_REQUEST_TEMPLATE+14
- .hound.yml+2
- .swiftlint.yml+9
- .travis.yml+6-4
- Dangerfile+53
- Documentation/README.md+1
- Documentation/en-us/InstallingQuick.md+1-18
- Documentation/en-us/SettingUpYourXcodeProject.md+9-3
- Documentation/en-us/SharedExamples.md+3-3
- Documentation/en-us/TestUsingTestDoubles.md+34-34
- Documentation/pt-br/BehavioralTesting.md+78
- Documentation/pt-br/README.md+39
- Documentation/pt-br/SharedExamples.md+116
- Documentation/zh-cn/README.md+1
- Documentation/zh-cn/SharedExamples.md+113
- Externals/Nimble+1-1
- Gemfile+2
- Gemfile.lock+72-26
- Package.swift+28-13
- Quick Templates/Quick Configuration Class.xctemplate/Swift/___FILEBASENAME___.swift+1-1
- Quick.podspec+1-1
- Quick.xcodeproj/project.pbxproj+491-91
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme+15-5
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme+15-5
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme+15-5
- README.md+29-10
- Rakefile+2
- Sources/Quick/Callsite.swift+8-6
- Sources/Quick/Configuration/Configuration.swift+3-3
- Sources/Quick/Configuration/QuickConfiguration.swift+32-1
- Sources/Quick/DSL/DSL.swift+26-12
- Sources/Quick/DSL/World+DSL.swift+17-11
- Sources/Quick/Example.swift+11-9
- Sources/Quick/ExampleGroup.swift+6-6
- Sources/Quick/Hooks/Closures.swift+3-3
- Sources/Quick/Hooks/ExampleHooks.swift+3-3
- Sources/Quick/NSBundle+CurrentTestBundle.swift+9
- Sources/Quick/NSString+C99ExtendedIdentifier.swift+33
- Sources/Quick/QuickMain.swift+11-6
- Sources/Quick/QuickSelectedTestSuiteBuilder.swift+1-1
- Sources/Quick/QuickSpec.swift+78-4
- Sources/Quick/String+FileName.swift-12
- Sources/Quick/URL+FileName.swift+12
- Sources/Quick/World.swift+9-8
- Sources/QuickObjectiveC/NSString+QCKSelectorName.h-17
- Sources/QuickObjectiveC/NSString+QCKSelectorName.m-37
- Sources/QuickObjectiveC/QuickSpec.m+9-38
- Sources/QuickSpecBase/QuickSpecBase.m+55
- Sources/QuickSpecBase/include/QuickSpecBase.h+11
- Tests/LinuxMain.swift+5-7
- Tests/QuickTests/QuickAfterSuiteTests/AfterSuiteTests+ObjC.m+32
- Tests/QuickTests/QuickAfterSuiteTests/AfterSuiteTests.swift+26
- Tests/QuickTests/QuickAfterSuiteTests/Info.plist+24
- Tests/QuickTests/QuickFocusedTests/FocusedTests.swift+12-7
- Tests/QuickTests/QuickTestHelpers/TestRun.swift-1
- Tests/QuickTests/QuickTestHelpers/XCTestCaseProvider.swift+3-3
- Tests/QuickTests/QuickTests/Fixtures/FunctionalTests_SharedExamplesTests_SharedExamples.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift+8-8
- Tests/QuickTests/QuickTests/FunctionalTests/AfterSuiteTests.swift-45
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift+7-7
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeSuiteTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/BundleModuleNameTests.swift+30
- 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/DescribeTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/ItTests.swift+10-12
- Tests/QuickTests/QuickTests/FunctionalTests/ObjC/AfterSuiteTests+ObjC.m-42
- Tests/QuickTests/QuickTests/FunctionalTests/PendingTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/SharedExamples+BeforeEachTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/SharedExamplesTests.swift+1-1
- Tests/QuickTests/QuickTests/Helpers/QuickTestsBridgingHeader.h+1-1
Submodule SQLite.swift updated 67 files
- .cocoadocs.yml+2
- .gitignore+5-1
- .travis.yml+10-2
- CHANGELOG.md+47
- Documentation/Index.md+104-32
- Documentation/Planning.md+1-11
- Makefile+6-4
- Package.swift+17
- README.md+42-15
- SQLite.playground/Contents.swift+1-1
- SQLite.swift.podspec+26-11
- SQLite.xcodeproj/project.pbxproj+63-25
- SQLiteTests/CustomFunctionsTests.swift-6
- Sources/SQLite/Core/Blob.swift
- Sources/SQLite/Core/Connection.swift+56-43
- Sources/SQLite/Core/Statement.swift+6-2
- Sources/SQLite/Core/Value.swift
- Sources/SQLite/Extensions/Cipher.swift+61
- Sources/SQLite/Extensions/FTS4.swift+7-2
- Sources/SQLite/Extensions/FTS5.swift
- Sources/SQLite/Extensions/RTree.swift
- Sources/SQLite/Foundation.swift
- Sources/SQLite/Helpers.swift+3-1
- Sources/SQLite/Info.plist+1-1
- Sources/SQLite/SQLite.h
- Sources/SQLite/Typed/AggregateFunctions.swift
- Sources/SQLite/Typed/Collation.swift
- Sources/SQLite/Typed/CoreFunctions.swift
- Sources/SQLite/Typed/CustomFunctions.swift+11-11
- Sources/SQLite/Typed/Expression.swift
- Sources/SQLite/Typed/Operators.swift+2-2
- Sources/SQLite/Typed/Query.swift+16-4
- Sources/SQLite/Typed/Schema.swift+3-2
- Sources/SQLite/Typed/Setter.swift
- Sources/SQLiteObjc/SQLite-Bridging.m-1
- Sources/SQLiteObjc/fts3_tokenizer.h
- Sources/SQLiteObjc/include/SQLite-Bridging.h
- Tests/Carthage/.gitignore+3
- Tests/Carthage/Makefile+16
- Tests/CocoaPods/.gitignore
- Tests/CocoaPods/Gemfile+1-1
- Tests/CocoaPods/Gemfile.lock+27-23
- Tests/CocoaPods/Makefile
- Tests/CocoaPods/integration_test.rb+3-2
- Tests/CocoaPods/test_running_validator.rb+5-1
- Tests/SQLiteTests/AggregateFunctionsTests.swift
- Tests/SQLiteTests/BlobTests.swift
- Tests/SQLiteTests/CipherTests.swift+98
- Tests/SQLiteTests/ConnectionTests.swift+67-7
- Tests/SQLiteTests/CoreFunctionsTests.swift
- Tests/SQLiteTests/CustomFunctionsTests.swift+137
- Tests/SQLiteTests/ExpressionTests.swift
- Tests/SQLiteTests/FTS4Tests.swift+1-1
- Tests/SQLiteTests/FTS5Tests.swift
- Tests/SQLiteTests/Fixtures.swift+8
- Tests/SQLiteTests/FoundationTests.swift
- Tests/SQLiteTests/Info.plist
- Tests/SQLiteTests/OperatorsTests.swift+11-1
- Tests/SQLiteTests/QueryTests.swift+29
- Tests/SQLiteTests/RTreeTests.swift
- Tests/SQLiteTests/SchemaTests.swift+9
- Tests/SQLiteTests/SetterTests.swift
- Tests/SQLiteTests/StatementTests.swift+9
- Tests/SQLiteTests/TestHelpers.swift
- Tests/SQLiteTests/ValueTests.swift
- Tests/SQLiteTests/fixtures/encrypted.sqlite
- run-tests.sh+5-1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
363 |
| - | |
| 363 | + | |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
| |||
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
384 |
| - | |
| 384 | + | |
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
|
0 commit comments