On Sat, Oct 17, 2015 at 08:20:14PM -0500, James Hartley wrote:
> In my current project, I am developing a package. It makes sense to embed
> tests throughout the package's directory structure as they should be part
> of the package & its distribution. It may raise eyebrows that I have tests
> spr
James Hartley writes:
> In my current project, I am developing a package. It makes sense to
> embed tests throughout the package's directory structure as they
> should be part of the package & its distribution.
Yet, as you're finding, it also causes headaches.
First, know that you don't need to
In my current project, I am developing a package. It makes sense to embed
tests throughout the package's directory structure as they should be part
of the package & its distribution. It may raise eyebrows that I have tests
sprinkled through various directories, but there are reasons for keeping
s
Also:
Briefly describe problem 22
Show us what you did to test the program
It would be better to test for integer before doing a numeric comparison
There is no need ever to compare a boolean expression to true or false. All
you need is either if condition or if not condition.
A good short cut for a