shoul 1.0.0
A minimal D application.
To use this package, run the following command in your project's root directory:
						Manual usage
						
						Put the following dependency into your project's dependences section:
					
Module shoul
Simple asserts for testing
import shoul;
10.should == 10;
10.should.not == 11;
10.should in [10, 11, 12];
10.should.not in [11, 12, 13];
10.should in [10: 11, 12: 13];
"Hello".should in "Hello World";
10.should.less = 11; // 10 < 11
10.should.not.more = 10; // 10 <= 10
10.should.more = 9; // 10 > 9
10.should.not.less = 10; 10 >=10
10.should.not.less(10); 10 >=10
- 1.0.0 released 3 years ago
- Tynukua/shoul
- proprietary
- Copyright © 2022, tynuk
- Authors:
- Dependencies:
- silly
- Versions:
- 
						
 Show all 2 versions1.0.0 2022-Apr-17 ~master 2022-Apr-17 
- Download Stats:
- 
						- 
								0 downloads today 
- 
								2 downloads this week 
- 
								2 downloads this month 
- 
								8 downloads total 
 
- 
								
- Score:
- 1.6
- Short URL:
- shoul.dub.pm