File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -641,11 +641,11 @@ to the end of some internal list; an interface specification cannot test that
641641your :meth: `append ` implementation will actually do this correctly, but it's
642642trivial to check this property in a test suite.
643643
644- Writing test suites is very helpful, and you might want to design your code with
645- an eye to making it easily tested. One increasingly popular technique,
646- test-directed development, calls for writing parts of the test suite first,
647- before you write any of the actual code. Of course Python allows you to be
648- sloppy and not write test cases at all.
644+ Writing test suites is very helpful, and you might want to design your code to
645+ make it easily tested. One increasingly popular technique, test-driven
646+ development, calls for writing parts of the test suite first, before you write
647+ any of the actual code. Of course Python allows you to be sloppy and not write
648+ test cases at all.
649649
650650
651651Why is there no goto?
You can’t perform that action at this time.
0 commit comments