mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[3.0.x] Refs #30010 -- Doc'd running tests with django-docker-box.
Backport of f7eb9fb676 from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							b0b98fcacf
						
					
				
				
					commit
					b6da3192c0
				
			| @@ -135,6 +135,15 @@ necessary for the majority of patches. To run the JavaScript tests using | ||||
| This command runs ``npm install`` to ensure test requirements are up to | ||||
| date and then runs ``npm test``. | ||||
|  | ||||
| Running tests using ``django-docker-box`` | ||||
| ----------------------------------------- | ||||
|  | ||||
| `django-docker-box`_ allows you to run the Django's test suite across all | ||||
| supported databases and python versions. See the `django-docker-box`_ project | ||||
| page for installation and usage instructions. | ||||
|  | ||||
| .. _django-docker-box: https://github.com/django/django-docker-box | ||||
|  | ||||
| .. _running-unit-tests-settings: | ||||
|  | ||||
| Using another ``settings`` module | ||||
|   | ||||
		Reference in New Issue
	
	Block a user