mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 11:12:18 +01:00 
			
		
		
		
	@@ -1,2 +0,0 @@
 | 
				
			|||||||
# Copyright (C) 2023 by Animath
 | 
					 | 
				
			||||||
# SPDX-License-Identifier: GPL-3.0-or-later
 | 
					 | 
				
			||||||
							
								
								
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							@@ -28,7 +28,7 @@ deps =
 | 
				
			|||||||
    requests~=2.28.1
 | 
					    requests~=2.28.1
 | 
				
			||||||
    whoosh~=2.7
 | 
					    whoosh~=2.7
 | 
				
			||||||
commands =
 | 
					commands =
 | 
				
			||||||
    coverage run --source=apps,tfjm ./manage.py test apps/ tfjm/
 | 
					    coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test api/ draw/ logs/ participation/ registration/ tfjm/
 | 
				
			||||||
    coverage report -m
 | 
					    coverage report -m
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv:linters]
 | 
					[testenv:linters]
 | 
				
			||||||
@@ -41,7 +41,7 @@ deps =
 | 
				
			|||||||
    pep8-naming
 | 
					    pep8-naming
 | 
				
			||||||
    pyflakes
 | 
					    pyflakes
 | 
				
			||||||
commands =
 | 
					commands =
 | 
				
			||||||
    flake8 api/ logs/ participation/ registration/ tfjm/
 | 
					    flake8 api/ draw/ logs/ participation/ registration/ tfjm/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[flake8]
 | 
					[flake8]
 | 
				
			||||||
exclude =
 | 
					exclude =
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user