dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.42k stars 661 forks source link

test host-port argument combinations #948

Closed gfrlv closed 3 years ago

gfrlv commented 3 years ago

Description

Added tests for combinations of --host and --port They obviously require the database server to be installed locally, se they are marked with the tag requires_local_db that can be used to exclude the new tests from a run:

    behave test/features --no-capture --tag="not requires_local_db"

Checklist