mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-11-04 01:47:28 +03:00 
			
		
		
		
	Run type checks in test_docker
This commit is contained in:
		
							parent
							
								
									78efa64f73
								
							
						
					
					
						commit
						c18a2fca8c
					
				| 
						 | 
					@ -14,6 +14,9 @@ cd .cache/docker
 | 
				
			||||||
cookiecutter ../../ --no-input --overwrite-if-exists use_docker=y
 | 
					cookiecutter ../../ --no-input --overwrite-if-exists use_docker=y
 | 
				
			||||||
cd my_awesome_project
 | 
					cd my_awesome_project
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# run the project's type checks
 | 
				
			||||||
 | 
					docker-compose -f local.yml run django mypy my_awesome_project
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# run the project's tests
 | 
					# run the project's tests
 | 
				
			||||||
docker-compose -f local.yml run django python manage.py pytest
 | 
					docker-compose -f local.yml run django python manage.py pytest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user