- 授权协议: 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 Algorithms
Magnus Lie Hetland / Apress / 2010-11-24 / USD 49.99
Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it......一起来看看 《Python Algorithms》 这本书的介绍吧!
