Message212341
| Author | Saimadhav.Heblikar |
|---|---|
| Recipients | Saimadhav.Heblikar, fgracia, ned.deily, python-dev, roger.serwy, terry.reedy |
| Date | 2014-02-27.09:15:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1393492535.0.0.66170626347.issue16226@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This patch does 1.Remove pep8 violations in PathBrowser.py . Replaces "file","dir","sorted" by "file_","dir_","sorted_" respectively. 2.Extends test coverage for PathBrowser.py in idle_test/test_PathBrowser.py New modules now under tests include 1.dirBrowserTreeItem - getText,ispackagedir 2.pathBrowserTreeItem - getText,getSublist Only method missing a test after this patch will be listmodules.I am not too sure whether it requires a test for itself.it is indirectly being tested from lines 8 and 9(in the current tip). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-02-27 09:15:35 | Saimadhav.Heblikar | set | recipients: + Saimadhav.Heblikar, terry.reedy, ned.deily, roger.serwy, python-dev, fgracia |
| 2014-02-27 09:15:35 | Saimadhav.Heblikar | set | messageid: <1393492535.0.0.66170626347.issue16226@psf.upfronthosting.co.za> |
| 2014-02-27 09:15:34 | Saimadhav.Heblikar | link | issue16226 messages |
| 2014-02-27 09:15:34 | Saimadhav.Heblikar | create | |