[errors] Move error handling in transformations to use mondrian.

This commit is contained in:
Romain Dorgueil
2017-11-02 00:08:09 +01:00
parent 58923f4a84
commit fb86bc9507
15 changed files with 45 additions and 31 deletions

View File

@ -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