Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 317 Bytes

index.md

File metadata and controls

3 lines (2 loc) · 317 Bytes

Chapter 9: Testing

Unto all code, good or bad, comes the needs to test it. Verification that our code does what we expect is very important. Over the last 20 years, there has been an explosion in different testing techniques and tools. This chapter will get you going with PonyTest, the current Pony testing tool.