| 
									
										
										
										
											2024-07-12 00:17:15 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | [tox] | 
					
						
							| 
									
										
										
										
											2024-08-27 21:11:44 -05:00
										 |  |  | envlist = py38, py39, py310, py311, nox | 
					
						
							| 
									
										
										
										
											2024-07-12 00:17:15 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | [testenv] | 
					
						
							| 
									
										
										
										
											2024-08-27 21:11:44 -05:00
										 |  |  | extras = continuum,tests | 
					
						
							| 
									
										
										
										
											2025-10-29 18:32:35 -05:00
										 |  |  | commands = | 
					
						
							|  |  |  |         pytest -m 'not versioned' {posargs} | 
					
						
							|  |  |  |         pytest -m 'versioned' {posargs} | 
					
						
							| 
									
										
										
										
											2024-07-12 00:17:15 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-08-27 21:11:44 -05:00
										 |  |  | [testenv:nox] | 
					
						
							|  |  |  | extras = tests | 
					
						
							| 
									
										
										
										
											2025-10-29 18:32:35 -05:00
										 |  |  | commands = pytest -m 'not versioned' {posargs} | 
					
						
							| 
									
										
										
										
											2024-08-27 21:11:44 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-08-31 19:44:18 -05:00
										 |  |  | [testenv:pylint] | 
					
						
							|  |  |  | basepython = python3.11 | 
					
						
							|  |  |  | commands = pylint wuttaweb | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-07-12 00:17:15 -05:00
										 |  |  | [testenv:coverage] | 
					
						
							|  |  |  | basepython = python3.11 | 
					
						
							| 
									
										
										
										
											2025-10-29 18:32:35 -05:00
										 |  |  | commands = | 
					
						
							|  |  |  |         pytest -m 'not versioned' --cov=wuttaweb | 
					
						
							|  |  |  |         pytest -m 'versioned' --cov-append --cov=wuttaweb --cov-report=html --cov-fail-under=100 | 
					
						
							| 
									
										
										
										
											2024-07-12 00:17:15 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | [testenv:docs] | 
					
						
							|  |  |  | basepython = python3.11 | 
					
						
							|  |  |  | extras = docs | 
					
						
							|  |  |  | changedir = docs | 
					
						
							|  |  |  | commands = sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs |