mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Development: allow devcontainer pytest to find tests (#10671)
* Fix:[settings.json]: update pytest configuration in VSCode settings * chore[pckage.json]: Add pnmp as packagemanager * Chore[package.json]: revert --------- Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									10ccccc987
								
							
						
					
					
						commit
						4e0f5dff95
					
				@ -1,11 +1,10 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "python.testing.pytestArgs": [
 | 
					    "python.testing.pytestArgs": [],
 | 
				
			||||||
        "src"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "python.testing.unittestEnabled": false,
 | 
					    "python.testing.unittestEnabled": false,
 | 
				
			||||||
    "python.testing.pytestEnabled": true,
 | 
					    "python.testing.pytestEnabled": true,
 | 
				
			||||||
    "files.watcherExclude": {
 | 
					    "files.watcherExclude": {
 | 
				
			||||||
        "**/.venv/**": true,
 | 
					        "**/.venv/**": true,
 | 
				
			||||||
        "**/pytest_cache/**": true
 | 
					        "**/pytest_cache/**": true
 | 
				
			||||||
    }
 | 
					    },
 | 
				
			||||||
 | 
					    "python.testing.cwd": "${workspaceFolder}/src"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user