Skip to content

Commit 7979297

Browse files
committed
Better test output
Change-Id: I3225e08a37a6dfea0b2925f6b2d6c5fc421becc3
1 parent ea0da75 commit 7979297

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

auth/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,17 @@ android {
1717
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1818
}
1919
}
20+
21+
testOptions {
22+
unitTests.all {
23+
testLogging {
24+
exceptionFormat = 'full'
25+
}
26+
}
27+
}
2028
}
2129

30+
2231
dependencies {
2332
testCompile 'junit:junit:4.12'
2433
testCompile 'org.mockito:mockito-core:1.10.19'

0 commit comments

Comments
 (0)