File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -584,9 +584,9 @@ exhaustive test suites that exercise every line of code in a module.
584584An appropriate testing discipline can help build large complex applications in
585585Python as well as having interface specifications would. In fact, it can be
586586better because an interface specification cannot test certain properties of a
587- program. For example, the :meth: `list.append ` method is expected to add new elements
587+ program. For example, the :meth: `! list.append ` method is expected to add new elements
588588to the end of some internal list; an interface specification cannot test that
589- your :meth: `list.append ` implementation will actually do this correctly, but it's
589+ your :meth: `! list.append ` implementation will actually do this correctly, but it's
590590trivial to check this property in a test suite.
591591
592592Writing test suites is very helpful, and you might want to design your code to
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Doc/c-api/typeobj.rst
2525Doc/c-api/unicode.rst
2626Doc/extending/extending.rst
2727Doc/extending/newtypes.rst
28- Doc/faq/design.rst
2928Doc/faq/gui.rst
3029Doc/faq/library.rst
3130Doc/glossary.rst
You can’t perform that action at this time.
0 commit comments