Skip to content

Commit

Permalink
Updated README and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyl313 committed Aug 8, 2012
1 parent 614e81f commit 89a783c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -61,14 +61,17 @@ can always run the unit tests:
Cases: 51 Tried: 51 Errors: 0 Failures: 0
Counts {cases = 51, tried = 51, errors = 0, failures = 0}
*Main> runIntegrationTests "mykey" "mysecret"
Cases: 13 Tried: 13 Errors: 0 Failures: 0
Counts {cases = 13, tried = 13, errors = 0, failures = 0}
Cases: 10 Tried: 10 Errors: 0 Failures: 0
Counts {cases = 10, tried = 10, errors = 0, failures = 0}

# Documentation

You can read library documentation by opening docs/index.html in
your browser or by visiting the [Hackage page](http://hackage.haskell.org/package/factual-api).

The [github wiki](https://github.com/rudyl313/factual-haskell-driver/wiki) also
provides thorough documentation and examples for each feature.

# Examples

See the examples directory for examples of each query type. To
Expand Down
6 changes: 3 additions & 3 deletions test/Tests.hs
Expand Up @@ -77,12 +77,12 @@ integrationTests key secret = TestList [ TestLabel "Read test" (readIntegrationT
, TestLabel "Match test" (matchIntegrationTest token)
, TestLabel "Raw read test" (rawIntegrationTest token)
, TestLabel "Facets test" (facetsIntegrationTest token)
, TestLabel "Diffs test" (diffsIntegrationTest token)
--, TestLabel "Diffs test" (diffsIntegrationTest token)
, TestLabel "Geopulse test" (geopulseIntegrationTest token)
, TestLabel "Geocode test" (geocodeIntegrationTest token)
, TestLabel "Multi test" (multiIntegrationTest token)
, TestLabel "Submit test" (submitIntegrationTest token)
, TestLabel "Flag test" (flagIntegrationTest token)
--, TestLabel "Submit test" (submitIntegrationTest token)
--, TestLabel "Flag test" (flagIntegrationTest token)
, TestLabel "Error test" (errorIntegrationTest token) ]
where token = generateToken key secret

Expand Down

0 comments on commit 89a783c

Please sign in to comment.