I use the core test for many things.

As examples of how to write my own test when I'm starting a new piece
of functionality.
As examples of how a class/function in the core could/should be used.
Can't tell you how many times this has helped.
I run the Core test at least once for each new project to verify the
structure is setup correctly.

You guys keep asking for some core examples, they've been there all
the time, learn to use and write test. It will increase your global
understanding of the core.

I've learned a lot of techniques and of new features just by watching
the breadth of the test cases increase.
Don't separate them from the core this makes no sense, I'll separate
it when I deploy a live site.

LunarDraco
Morgan Cook

On Oct 6, 12:36 pm, Nate <[EMAIL PROTECTED]> wrote:
> The tweet was just me venting my frustration over an unrelated issue,
> I happened to think the timeliness was funny though.
>
> Anyway, as far as the "wasted bandwidth" argument, I have to say that
> seems a bit silly.  Even the largest of the packages weighs in at less
> than 1.2mb.  Anyway, the tests are included for lots of reasons, not
> the least of which being that it helps us as core developers, but also
> the fact that it promotes visibility of testing within the community,
> as well as the ability for people to verify (or more commonly to
> verify the absence of) bugs.
>
> On Oct 6, 2:05 pm, 703designs <[EMAIL PROTECTED]> wrote:
>
> > Ah, that makes sense. I'm pretty sure that Nate's suggestion was
> > uncalled for, but he's helped me enough with Cake stuff over the last
> > year that I know it's in good spirit.
>
> > Here's a question: Why are the tests included? Why not make them a
> > separate download? I mean, yes, if they're distributed together, you
> > know for sure that the test match the framework package. But you guys
> > are certainly wasting bandwidth on the test files.
>
> > Thomas
>
> > On Oct 6, 1:56 pm, Gwoo <[EMAIL PROTECTED]> wrote:
>
> > > Test cases account for at least two thirds of the overall package
> > > size. In my opinion, thats a good thing.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to