commit | f03334e25c3c31094015d1421feef7bcec9a9c1f | [log] [tgz] |
---|---|---|
author | Paul Kehrer <[email protected]> | Thu Jan 02 23:16:14 2014 -0600 |
committer | Paul Kehrer <[email protected]> | Fri Jan 03 11:39:19 2014 -0600 |
tree | 2d707660ae5168e4fe4316aa5e8c39fe90e40d3d | |
parent | adbea0d9456dd9261ef59c3c0f2e3466a3937686 [diff] [blame] |
backend support check now lists which backend caused the skip
diff --git a/tests/test_utils.py b/tests/test_utils.py index c640367..e3e53d6 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py
@@ -50,7 +50,7 @@ funcargs={"backend": True}) with pytest.raises(pytest.skip.Exception) as exc_info: check_backend_support(item) - assert exc_info.value.args[0] == "Nope" + assert exc_info.value.args[0] == "Nope (True)" def test_check_backend_support_no_skip():