File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed 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
641
641
your :meth: `append ` implementation will actually do this correctly, but it's
642
642
trivial to check this property in a test suite.
643
643
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.
649
649
650
650
651
651
Why is there no goto?
You can’t perform that action at this time.
0 commit comments