#32602: Clarify wording re: parallel testing and test case vs. test case class
-------------------------------------+-------------------------------------
Reporter: Chris Jerdonek | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: Testing framework | Version: 3.1
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Chris Jerdonek):
It says right at the top of the page you linked to:
> test case. A ''test case'' is the individual unit of testing. It checks
for a specific response to a particular set of inputs. `unittest` provides
a base class, `TestCase`, which may be used to create new test cases.
Its definition of test suite is consistent with that, too:
> test suite. A ''test suite'' is a collection of test cases, test suites,
or both. It is used to aggregate tests that should be executed together.
A test suite is made up of `TestCase` ''instances''. It's not a collection
of test classes.
--
Ticket URL: <https://code.djangoproject.com/ticket/32602#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.64088395f3fa2fbf5ff5c7ab7e47ecd2%40djangoproject.com.