Better test output

This commit is contained in:
Joe Nelson
2014-09-23 22:04:04 -07:00
parent 7be1cc37dc
commit 7f9e97b16d
+1 -1
View File
@@ -21,5 +21,5 @@ dbapi -p 3000 -d postgres://postgres:@localhost:5432/dbapi_test
### Running tests
```sh
cabal test
cabal test --show-details=always --test-options="--color"
```