Josh Brown
|
61a2896d51
add link to Carthage in README
|
10 years ago |
Christian Noon
|
7361a604ac
Merge pull request #505 from Alamofire/test/nsurlcache_policies
|
10 years ago |
Christian Noon
|
7d3cc25d26
Removed all os checks as they proved to be unnecessary.
|
10 years ago |
Christian Noon
|
75de4a9f21
Merge pull request #504 from Alamofire/test/parameter_encoding
|
10 years ago |
Christian Noon
|
357b34e323
Added percent escaping tests around reserved / unreserved / illegal characters.
|
10 years ago |
Christian Noon
|
12528b6ccb
Added the "[" and "]" to the legal escape characters and added more documentation.
|
10 years ago |
Josh Brown
|
6ce4ed24ce
updated typo in API Paramater Abstraction in README (#497)
|
10 years ago |
Christian Noon
|
46f264fbfd
Refactored the cache tests to be faster and easier to understand.
|
10 years ago |
Christian Noon
|
11d30611c0
Added tests for various Cache-Control headers with different request cache policies.
|
10 years ago |
Christian Noon
|
57780a2b8d
Merge pull request #507 from Alamofire/test/httpbin_redirect_tests
|
10 years ago |
Christian Noon
|
af979606ab
Added more robust redirect tests around default behavior and task override closures.
|
10 years ago |
Christian Noon
|
0b8f207498
Merge pull request #506 from Alamofire/project/re-enabling_travis_ci
|
10 years ago |
Christian Noon
|
8949f99c57
Updated before_install step to install latest versions of cocoapods and xcpretty.
|
10 years ago |
Christian Noon
|
9e940a7961
Added CocoaPods and Carthage compatible tags to the README.
|
10 years ago |
Christian Noon
|
40c008adaf
Added line to update cocoapods.
|
10 years ago |
Christian Noon
|
296495d375
Removed master only branches from travis yaml file.
|
10 years ago |
Christian Noon
|
7a2392cf16
Updated the osx_image in the travis yaml file.
|
10 years ago |
Christian Noon
|
007e45a2ba
Added the travis ci build status back into the README.
|
10 years ago |
Christian Noon
|
b707ce7f68
Added the OS X tests to the travis yaml file.
|
10 years ago |
Christian Noon
|
609eb9e78d
Resolved deinitialization test random failures by handling state race condition.
|
10 years ago |
Christian Noon
|
a5321881af
Added a rawValue to the assertion to make debugging easier in failure cases.
|
10 years ago |
Christian Noon
|
2cd782a7d0
Switched assert to assertEquals to catch why this test is sporadically failing.
|
10 years ago |
Christian Noon
|
f669212f5a
Merge pull request #494 from Alamofire/test/progress_updates
|
10 years ago |
Christian Noon
|
316fce5c67
Small formatting fixes and more detailed expectation descriptions.
|
10 years ago |
Christian Noon
|
30b6445957
Redesigned the download and upload progress tests to be more robust.
|
10 years ago |
Christian Noon
|
527a3e2b1b
Added tests for data task progress closure and NSProgress updates.
|
10 years ago |
Christian Noon
|
ed82371e0e
Merge pull request #489 from Alamofire/test/given_when_then
|
10 years ago |
Christian Noon
|
a96727930a
Refactored all tests to follow Given / When / Then structure.
|
10 years ago |
Christian Noon
|
b328797234
Added a base test case for all test cases to inherit from.
|
10 years ago |
Christian Noon
|
b9ec4b6c15
Reorganized the test files into Core and Feature groups.
|
10 years ago |