Skip to content

Commit da7186c

Browse files
committed
fixed the testkit tests for class TestDirectDriver
1 parent a2beeb5 commit da7186c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

testkit-backend/testkit.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ python3 -m unittest tests.neo4j.test_authentication.TestAuthenticationBasic || E
3939
python3 -m unittest tests.neo4j.test_bookmarks.TestBookmarks || EXIT_CODE=1
4040

4141
# This test is still failing so we skip it
42-
# python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_autocommit_transactions_should_support_timeouttest_autocommit_transactions_should_support_timeout|| EXIT_CODE=1
42+
python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_autocommit_transactions_should_support_timeouttest_autocommit_transactions_should_support_timeout|| EXIT_CODE=1
4343
python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_iteration_smaller_than_fetch_size
4444
python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_can_return_node
4545
python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_can_return_relationship
@@ -59,8 +59,11 @@ python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_fails_on_ba
5959
python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_fails_on_missing_parameter
6060
python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_long_string
6161

62-
#python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver|| EXIT_CODE=1
63-
#python3 -m unittest tests.neo4j.test_summary.TestSummary|| EXIT_CODE=1
64-
62+
# This test is still failing so we skip it
63+
python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver.test_custom_resolver|| EXIT_CODE=1
64+
python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver.test_fail_nicely_when_using_http_port|| EXIT_CODE=1
65+
python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver.test_supports_multi_db|| EXIT_CODE=1
66+
python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver.test_multi_db|| EXIT_CODE=1
67+
python3 -m unittest tests.neo4j.test_direct_driver.TestDirectDriver.test_multi_db_various_databases|| EXIT_CODE=1
6568
exit $EXIT_CODE
6669

0 commit comments

Comments
 (0)