#7962 closed (fixed)
Syntax error in testing documentation
| Reported by: | cgod | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Colon missing at end of example for unittest.TestCase:
class MyFuncTestCase(unittest.TestCase)
Attachments (1)
Change History (4)
by , 17 years ago
| Attachment: | testing.txt.diff added |
|---|
comment:1 by , 17 years ago
| Component: | Uncategorized → Documentation |
|---|---|
| milestone: | → 1.0 |
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8078]) Fixed #7962 -- Corrected typo in testing docs. Thanks to cgod for the report.