[errors] Move error handling in transformations to use mondrian.
This commit is contained in:
@ -164,7 +164,7 @@ def test_download_works_for_examples(runner):
|
||||
@all_runners
|
||||
def test_download_fails_non_example(runner):
|
||||
with pytest.raises(ValueError):
|
||||
runner('download', '/something/entirely/different.txt')
|
||||
runner('download', 'something/entirely/different.txt')
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user