mirror of
				https://github.com/kevinveenbirkenbach/bulk-string-replacer.git
				synced 2025-11-04 11:48:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			48 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			48 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PHONY: test
 | 
						|
 | 
						|
test:
 | 
						|
	python3 -m unittest test.py
 |