It just checks if the index page has a specific sentence. But at least it’s now possible to create tests.
		
			
				
	
	
		
			23 lines
		
	
	
		
			333 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			333 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [[source]]
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| name = "pypi"
 | |
| 
 | |
| [packages]
 | |
| flask = "*"
 | |
| gunicorn = "*"
 | |
| flask-sqlalchemy = "*"
 | |
| python-dotenv = "*"
 | |
| flask-security = "*"
 | |
| sqlalchemy-utils = "*"
 | |
| bcrypt = "*"
 | |
| flask-babelex = "*"
 | |
| python-dateutil = "*"
 | |
| 
 | |
| [dev-packages]
 | |
| pylint = "*"
 | |
| pytest = "*"
 | |
| 
 | |
| [requires]
 | |
| python_version = "3.6"
 |