9 lines
		
	
	
	
		
			96 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			96 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # key: tests
 | |
| # name: test module
 | |
| # --
 | |
| #[cfg(test)]
 | |
| mod ${1:tests} {
 | |
|     use super::*;
 | |
| 
 | |
|     $0
 | |
| }
 |