Skip to content

Commit 1bc63f8

Browse files
pratikshazalte69p123-stack
authored andcommitted
wip: Test every test till now
1 parent 3447928 commit 1bc63f8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

testkit-backend/testkit.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,11 @@ python3 -m venv venv
3131
source venv/bin/activate
3232
pip install -r requirements.txt
3333

34+
echo "Starting tests..."
3435
# exec python3 main.py --tests UNIT_TESTS
35-
exec python3 -m unittest tests.neo4j.test_bookmarks.TestBookmarks
36+
(exec python3 -m unittest tests.neo4j.test_authentication.TestAuthenticationBasic) || true
37+
echo "TestAuthenticationBasic Done"
38+
(exec python3 -m unittest tests.neo4j.test_bookmarks.TestBookmarks) || true
39+
echo "TestBookmarks Done"
40+
(exec python3 -m unittest tests.neo4j.test_session_run.TestSessionRun.test_iteration_nested) || true
41+
echo "TestSessionRun Done"

0 commit comments

Comments
 (0)