Chapter 17. Packaging and Distributing Code


16.8. Conclusion

In this chapter, we've looked at some of the mechanics of testing (especially unit testing). We've looked specifically at Test::Unit and the ZenTest tool suite.

We've looked briefly at the Ruby debugger. We also saw how the ruby-breakpoint library can be used to "jump" into an irb debugging session.

We've looked at the rcov code coverage tool and discussed a tiny bit of the rationale for such measurements. Finally, we've looked at profiling and benchmarking to measure the speed of our Ruby code.

If you're working on software for public consumption, what do you do after testing is complete? It's time then to worry about packaging and distributing the software. This is the topic of the next chapter.




The Ruby Way(c) Solutions and Techniques in Ruby Programming
The Ruby Way, Second Edition: Solutions and Techniques in Ruby Programming (2nd Edition)
ISBN: 0672328844
EAN: 2147483647
Year: 2004
Pages: 269
Authors: Hal Fulton

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net