Skip to content

Commit

Permalink
test connection parameters from dict
Browse files Browse the repository at this point in the history
  • Loading branch information
treehyde1 committed Sep 20, 2024
1 parent 18e0c70 commit 15c3da7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 6 additions & 0 deletions tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ def test_param_yaml(dummy_connection_config, dummy_con_param):
con = _connection.Connection(dummy_connection_config)

assert con._param == dummy_con_param

def test_param_dict(dummy_con_param):

con = _connection.Connection(dummy_con_param)

assert con._param == dummy_con_param
10 changes: 0 additions & 10 deletions tests/test_twentythree.py

This file was deleted.

0 comments on commit 15c3da7

Please sign in to comment.