mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #218] [MERGED] Fix and improve unit tests #573
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#573
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/218
Author: @FGoessler
Created: 4/5/2016
Status: ✅ Merged
Merged: 4/6/2016
Merged by: @phimage
Base:
master← Head:#214-fix-and-improve-unit-tests📝 Commits (5)
34e7975#214 improved reliability of some unit tests722d3d1#214 fixed unit tests which failed because of missing state parameterfb70a61#214 fixed the nonce test by introducing a tolerance via XCTAssertEqualWithAccuracy89580e7#214 changed expected signature in unit test for now - see #115 for the related discussion9ce0fc6#214 added additional unit tests for the makeRequest method on OAuthSwiftClient📊 Changes
8 files changed (+91 additions, -72 deletions)
View changed files
📝
OAuthSwift.xcodeproj/project.pbxproj(+4 -0)📝
OAuthSwiftTests/OAuth1SwiftTests.swift(+1 -16)📝
OAuthSwiftTests/OAuth2SwiftTests.swift(+10 -21)📝
OAuthSwiftTests/OAuthSwiftClientTests.swift(+29 -27)📝
OAuthSwiftTests/OAuthSwiftRequestTests.swift(+1 -1)➕
OAuthSwiftTests/OAuthSwiftServerBaseTest.swift(+33 -0)📝
OAuthSwiftTests/SignTests.swift(+8 -5)📝
OAuthSwiftTests/TestOAuthSwiftURLHandler.swift(+5 -2)📄 Description
This PR aims to fix and improve the unit tests as discussed in #214, although it does not address all issues mentioned there.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.