Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commit5609faa
committed
Add missing raises keyword for test_depth xfail
I had forgotten to do this earlier when converting from skip toxfail. Besides consistency with the other uses of xfail in the testsuite, the benefit of passing "raises" is that pytest checks thatthe failure gave the expected exception and makes it a non-expectedfailure if it didn't.1 parent1d6abdc commit5609faa
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1049 | 1049 |
| |
1050 | 1050 |
| |
1051 | 1051 |
| |
| 1052 | + | |
1052 | 1053 |
| |
1053 | 1054 |
| |
1054 | 1055 |
| |
|
0 commit comments
Comments
(0)