mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 10:53:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			193 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			193 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| set -x
 | |
| 
 | |
| # ModelRuntime
 | |
| dev/pytest/pytest_model_runtime.sh
 | |
| 
 | |
| # Tools
 | |
| dev/pytest/pytest_tools.sh
 | |
| 
 | |
| # Workflow
 | |
| dev/pytest/pytest_workflow.sh
 | |
| 
 | |
| # Unit tests
 | |
| dev/pytest/pytest_unit_tests.sh | 
