- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: Windows
- 软件首页: https://github.com/vassilvk/slacker
- 软件文档: https://github.com/vassilvk/slacker/wiki/
软件介绍
Slacker 是一个RSpec为基础的SQL Server 2005和2008开发自动化测试框架,支持存储过程,标量/表函数,触发器等。
describe 'Get_Top_Customers' do it 'ranks customers using the "Avg Weighted Days to Pay" ranking method' do # Preload test data load_csv('customter_seed_data.csv', 'dbo.Customer') # Run stored procedure Get_Top_Customers and match resultset against expected results sql.get_top_customers(:limit => 5).should match('expected_results.csv') end end
Python学习手册(第4版)
[美] Mark Lutz / 李军、刘红伟 / 机械工业出版社 / 2011-4 / 119.00元
Google和YouTube由于Python的高可适应性、易于维护以及适合于快速开发而采用它。如果你想要编写高质量、高效的并且易于与其他语言和工具集成的代码,《Python学习手册:第4 版》将帮助你使用Python快速实现这一点,不管你是编程新手还是Python初学者。本书是易于掌握和自学的教程,根据作者Python专家Mark Lutz的著名培训课程编写而成。 《Python学习手册:第......一起来看看 《Python学习手册(第4版)》 这本书的介绍吧!
