File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -40,29 +40,13 @@ def test_basic_auth_example(self):
4040
4141 self .assertTrue (example .can_connect ())
4242
43- # def test_config_connection_timeout_example(self):
44- # from config_connection_timeout_example import ConfigConnectionTimeoutExample
45- # pass
46-
47- # def test_config_max_retry_time_example(self):
48- # from config_max_retry_time_example import ConfigMaxRetryTimeExample
49- # pass
50-
51- # def test_config_trust_example(self):
52- # from config_trust_example import ConfigTrustExample
53- # pass
54-
5543 def test_config_unencrypted_example (self ):
5644 from config_unencrypted_example import ConfigUnencryptedExample
5745
5846 example = ConfigUnencryptedExample (self .bolt_uri , self .user , self .password )
5947
6048 self .assertIsInstance (example , ConfigUnencryptedExample )
6149
62- # def test_custom_auth_example(self):
63- # from custom_auth_example import CustomAuthExample
64- # pass
65-
6650 def Xtest_cypher_error_example (self ):
6751 from cypher_error_example import CypherErrorExample
6852
You can’t perform that action at this time.
0 commit comments