mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Update .deepsource.toml (#5812)
Fix test patterns for deepsource Ref: https://github.com/inventree/InvenTree/pull/5778#issuecomment-1781903275
This commit is contained in:
		| @@ -8,9 +8,9 @@ exclude_patterns = [ | ||||
|   "src/frontend/src/locales/**"  # Frontend: Translations | ||||
| ] | ||||
| test_patterns = [ | ||||
|   "test_.*.py", | ||||
|   "test.py", | ||||
|   "tests.py" | ||||
|   "**/test_.*.py", | ||||
|   "**/test.py", | ||||
|   "**/tests.py" | ||||
| ] | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user