mirror of
				https://github.com/kevinveenbirkenbach/docker-volume-backup.git
				synced 2025-11-04 02:27:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			78 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			78 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PHONY: test
 | 
						|
 | 
						|
test:
 | 
						|
	python -m unittest discover -s tests/unit -p "test_*.py"
 |