Re: [Tutor] Regarding A minor styling issue in python

2018-03-25 Thread Steven D'Aprano
On Sat, Mar 24, 2018 at 12:32:33PM -0500, Neerja Narayanappa wrote: > Hi, > > For example, suppose I have a method name “_pen_namespace” and I would > like to write a test case to check this method, should my function > name look like > > 1. test__pen_namespace_for something > or > 2. test_pen_

[Tutor] Regarding A minor styling issue in python

2018-03-25 Thread Neerja Narayanappa
Hi, For example, suppose I have a method name “_pen_namespace” and I would like to write a test case to check this method, should my function name look like 1. test__pen_namespace_for something or 2. test_pen_namespance_for_something Best Regards, Neerja