Skip to content

Commit

Permalink
test: cover metadata provider draw option
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed May 20, 2024
1 parent c12d660 commit a395226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def test_cli_dummy(_):
main(["-f", sql_file, "-g"])
main(["-f", sql_file, "--silent_mode"])
main(["-f", sql_file, "--sqlalchemy_url=sqlite:///:memory:"])
main(["--sqlalchemy_url=sqlite:///:memory:", "-g"])
break
main(["-g"])
main(["-ds"])
Expand Down

0 comments on commit a395226

Please sign in to comment.