mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05: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 |   "src/frontend/src/locales/**"  # Frontend: Translations | ||||||
| ] | ] | ||||||
| test_patterns = [ | test_patterns = [ | ||||||
|   "test_.*.py", |   "**/test_.*.py", | ||||||
|   "test.py", |   "**/test.py", | ||||||
|   "tests.py" |   "**/tests.py" | ||||||
| ] | ] | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user