Gabriella Lotz has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/23403 )

Change subject: KUDU-3696 Improve Python Client Makefile
......................................................................


Patch Set 2:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/23403/1/python/README.md
File python/README.md:

http://gerrit.cloudera.org:8080/#/c/23403/1/python/README.md@90
PS1, Line 90: ```bash
            : python setup.py test
            : ```
            :
            : ## Run Single Test
            :
            : ```bash
            : python -m unittest 
kudu.tests.test_client.TestClient.test_list_tables
            : ```
            :
            : ## Debugging A Test
            :
            : To debug a specific test using Python's built-in debugger (pdb):
            :
            : ```bash
            : python -m pdb -m unittest 
kudu.tests.test_client.TestClient.test_list_tables
            : ```
            :
            : This will start the debugger before running the test, allowing 
you to set breakpoints and step through the code.
            :
> nit: i think its better if the makefile section is at the very end of the d
Done



--
To view, visit http://gerrit.cloudera.org:8080/23403
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Idb71816f754dc01b494727c04fcf00838e7d1f9f
Gerrit-Change-Number: 23403
Gerrit-PatchSet: 2
Gerrit-Owner: Gabriella Lotz <[email protected]>
Gerrit-Reviewer: Gabriella Lotz <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Comment-Date: Mon, 15 Sep 2025 09:47:57 +0000
Gerrit-HasComments: Yes

Reply via email to