mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #214] Fix unit tests to improve trust in this library #119
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#119
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?
Originally created by @FGoessler on GitHub (Apr 3, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/214
We want to use this library in a quite big project in our efforts to migrate our network stack to Swift and OAuth 2 from a custom build OAuth 1 lib written in Objective C. Since OAuthSwift would then be a big essential part of our app we need a very high reliability in it's functionality and quality.
Unfortunately some unit tests of this project are currently failing and there also some that are just commented out and ignored.
To increase the trust in this library it would be nice to have 100% running unit tests with a good coverage which are also automatically run against each pull request e.g. via Travis.
@phimage commented on GitHub (Apr 4, 2016):
Yes more unit test and travis are in roadmap https://github.com/OAuthSwift/OAuthSwift/wiki/Roadmap
I ask authorization for travis (organisation owner must accept it)
I have not run unit test since previous release.
There is many change into signature for OAuth1.
@FGoessler commented on GitHub (Apr 5, 2016):
Imo the following tasks should be done:
@phimage commented on GitHub (Oct 7, 2016):
some unit tests has been added
makeRequestto enable populating existing URLRequest #525