Yes. Tests that show up as a w are skipped because they are slow. Tests
that show up as a k are skipped for some other reason (usually because some
dependency like Numpy is not installed). You can run bin/test with the -v
option for more information.

You generally don't need to worry about these, unless you suspect your
changes might affect these tests.

Aaron Meurer

On Feb 20, 2013, at 9:49 AM, Prasoon Shukla <[email protected]>
wrote:



On Wednesday, February 20, 2013 9:06:37 PM UTC+5:30, Aaron Meurer wrote:
>
> The slow tests are exactly that: slow. They are disabled by default
> for a reason. We only run them before a release, or if we suspect a
> change might affect them.
>
> Does that mean some tests are disabled by default? So, if we run bin/test,
then all tests aren't covered?
I didn't know about this.

Really sorry that I gave out the wrong info.


> And even if you do run them, I recommend using the timeout flag.
> Because at least one test takes a *really* long time.
>
> Aaron Meurer
>
> On Feb 20, 2013, at 7:34 AM, Ronan Lamy <[email protected] <javascript:>>
> wrote:
>
> > Le 20/02/2013 10:25, Mary Clark a écrit :
> >> I'm nearly ready to submit my patch, and I've been trying to run the
> >> slow tests.  However, they are taking hours (literally).  I ran them
> >> overnight, and after eight hours they had still not finished.  Is this
> >> normal, or is there something wrong with my computer/my code?
> >>
> >> Mary
> > The slow tests are indeed extremely slow to run. Don't worry about them
> - I never run them myself. Actually, running the standard test suite is
> already so painful that I rarely do it either, relying on Travis-CI to do
> it for me instead.
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "sympy" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected] <javascript:>.
> > To post to this group, send email to [email protected]<javascript:>.
>
> > Visit this group at http://groups.google.com/group/sympy?hl=en.
> > For more options, visit https://groups.google.com/groups/opt_out.
> >
> >
>
 --
You received this message because you are subscribed to the Google Groups
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to