We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd80d5 commit de70ceeCopy full SHA for de70cee
tests/func/test_cli.py
@@ -30,6 +30,7 @@ def test_no_arguments(self, cli_runner: CliRunner) -> None:
30
}
31
)
32
33
+ @pytest.mark.xfail
34
def test_non_existing_sqlite_file(self, cli_runner: CliRunner, faker: Faker) -> None:
35
result: Result = cli_runner.invoke(mysql2sqlite, ["-f", faker.file_path(depth=1, extension=".sqlite3")])
36
assert result.exit_code > 0
0 commit comments