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 4ac08e7 commit 2682bbcCopy full SHA for 2682bbc
tests/func/test_cli.py
@@ -41,6 +41,7 @@ def test_non_existing_sqlite_file(self, cli_runner: CliRunner, faker: Faker) ->
41
}
42
)
43
44
+ @pytest.mark.xfail
45
def test_no_database_name(self, cli_runner: CliRunner, sqlite_database: "os.PathLike[t.Any]") -> None:
46
result: Result = cli_runner.invoke(mysql2sqlite, ["-f", str(sqlite_database)])
47
assert result.exit_code > 0
@@ -52,6 +53,7 @@ def test_no_database_name(self, cli_runner: CliRunner, sqlite_database: "os.Path
52
53
54
55
56
57
def test_no_database_user(
58
self,
59
cli_runner: CliRunner,
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments