The colors are only for visual purposes. They correspond to the the letters and have no additional meaning.
Other letters that are used are: T - timeout (e.g., when --timeout is used) K - KeyboardInterrupt (when running the slow tests with --slow, you can interrupt one of them without killing the test runner) These should be documented in the docstring of test(). Aaron Meurer On Fri, Jan 6, 2012 at 11:49 AM, Chris Smith <[email protected]> wrote: > > > On Sat, Jan 7, 2012 at 12:31 AM, miham <[email protected]> wrote: >> >> What do different letters in the bin/test output mean? For example "f" >> means that a test is expected to fail, "." means that a test passed. >> What about "s", "w", "F", "X",...? And what do different colors mean? >> This could be added to https://github.com/sympy/sympy/wiki/Running-tests. >> > > s - skipped > w - slow > F - XFAILed (a test that we thought would fail and it did) > X - XPassed (an XFAIL marked test that passed) > > I only run in black and white, so I don't know about the colors. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en.
