- Perl 6 Deep Dive
- Andrew Shitov
- 118字
- 2021-07-03 00:05:42
Test Suite
Perl 6's test suite, called Roast, can be found in the repository at https://github.com/perl6/roast. It contains thousands of tests covering many corners of Perl 6. The test suite is also a good place to look if you want to see ways you can write programs in Perl 6. It may be a long read sometimes, but many tests are checking the features from all possible angles.
In Roast, the tests are grouped in directories with names such as S32-io. These names correspond to the numbers of the Synopses, and are split into thematic sections. For example, for the Synopses 11 'Compilation Units', there exist three directories in tests—S11-compunits, S11-modules, and S11-repository.
推薦閱讀
- Python for Secret Agents:Volume II
- PostgreSQL Cookbook
- Software Testing using Visual Studio 2012
- Python編程與幾何圖形
- Learning Python Design Patterns
- bbPress Complete
- Spring核心技術和案例實戰
- 批調度與網絡問題的組合算法
- 黑莓(BlackBerry)開發從入門到精通
- Visual Basic 程序設計實踐教程
- 計算機應用基礎案例教程(第二版)
- Python程序設計:基礎與實踐
- 匯編語言程序設計
- Unreal Engine 4 Game Development Essentials
- 區塊鏈原理、架構與應用(第2版)