491d331e6e 
								
							 
						 
						
							
							
								
								load env vars using python-dotenv  
							
							
							
						 
						
							2017-07-16 13:37:51 -07:00  
				
					
						
							
							
								 
						
							
								fb845b9032 
								
							 
						 
						
							
							
								
								allow local packages in FLASK_APP  
							
							... 
							
							
							
							don't require .py extension in FLASK_APP
add tests for nested package loading
parametrize cli loading tests 
							
						 
						
							2017-07-14 19:49:05 -07:00  
				
					
						
							
							
								 
						
							
								448368e226 
								
							 
						 
						
							
							
								
								style cleanup  
							
							... 
							
							
							
							[ci skip] 
							
						 
						
							2017-06-16 06:59:37 -07:00  
				
					
						
							
							
								 
						
							
								7c40aa9e50 
								
							 
						 
						
							
							
								
								Import app from wsgi.py or app.py if FLASK_APP is not defined  
							
							... 
							
							
							
							Fixes  #2376  
						
							2017-06-15 11:27:50 -07:00  
				
					
						
							
							
								 
						
							
								48c2925664 
								
							 
						 
						
							
							
								
								Factor in code review comments and refactor functions to be more naturally split.  
							
							
							
						 
						
							2017-05-25 11:28:20 -07:00  
				
					
						
							
							
								 
						
							
								7106fb6357 
								
							 
						 
						
							
							
								
								Handle app factory with arguments in FLASK_APP  
							
							
							
						 
						
							2017-05-25 10:11:42 -07:00  
				
					
						
							
							
								 
						
							
								4ec1fbc9f5 
								
							 
						 
						
							
							
								
								More DRYing up the test suite ( #2325 )  
							
							
							
						 
						
							2017-05-24 17:27:36 -07:00  
				
					
						
							
							
								 
						
							
								ae41df9a77 
								
							 
						 
						
							
							
								
								Check if app factory takes script_info argument and call it with(out) script_info as an argument depending on that  
							
							
							
						 
						
							2017-05-23 13:48:42 -07:00  
				
					
						
							
							
								 
						
							
								ced719ea18 
								
							 
						 
						
							
							
								
								Auto-detect create_app and make_app factory functions  
							
							
							
						 
						
							2017-05-22 12:30:18 -07:00  
				
					
						
							
							
								 
						
							
								7ad79583b9 
								
							 
						 
						
							
							
								
								add sort by match order  
							
							... 
							
							
							
							sort by endpoint by default
combine sort flags
sort methods
ignore HEAD and OPTIONS methods by default
rearrange columns
use format to build row format string
rework tests
add changelog 
							
						 
						
							2017-04-26 10:26:59 -07:00  
				
					
						
							
							
								 
						
							
								717e45ab15 
								
							 
						 
						
							
							
								
								Merge branch 'master' into routes-command  
							
							
							
						 
						
							2017-04-25 13:13:10 -07:00  
				
					
						
							
							
								 
						
							
								6e5250ab5d 
								
							 
						 
						
							
							
								
								Fix CLI test for ImportError -> NoAppException  
							
							
							
						 
						
							2017-03-21 16:17:09 -04:00  
				
					
						
							
							
								 
						
							
								ed17bc1710 
								
							 
						 
						
							
							
								
								Add test to showcase that printing a traceback works  
							
							
							
						 
						
							2017-03-16 20:56:12 +01:00  
				
					
						
							
							
								 
						
							
								0832e77b14 
								
							 
						 
						
							
							
								
								prevent NoAppException when ImportError occurs within imported module  
							
							
							
						 
						
							2016-12-30 22:45:53 +01:00  
				
					
						
							
							
								 
						
							
								9121e109bd 
								
							 
						 
						
							
							
								
								Add test for get_version (CLI) ( #1884 )  
							
							
							
						 
						
							2016-08-20 17:43:58 +02:00  
				
					
						
							
							
								 
						
							
								0f1cf50f97 
								
							 
						 
						
							
							
								
								adding in try around __import__ to catch invalid files/paths ( #1950 )  
							
							
							
						 
						
							2016-08-12 15:12:00 +02:00  
				
					
						
							
							
								 
						
							
								f19d3bd67e 
								
							 
						 
						
							
							
								
								Enhance tests.test_cli.test_find_best_app ( #1882 )  
							
							... 
							
							
							
							This commit adds a test case for `test_find_best_app` where
Module object does not contain Flask application.
Also cleans the function little bit to provides more meaningful comment. 
							
						 
						
							2016-07-05 12:46:01 -07:00  
				
					
						
							
							
								 
						
							
								1b764cff93 
								
							 
						 
						
							
							
								
								Added runner fixture  
							
							
							
						 
						
							2016-06-25 13:24:43 +02:00  
				
					
						
							
							
								 
						
							
								b8e826c16b 
								
							 
						 
						
							
							
								
								Added tests, fixed some minor alignment problems.  
							
							
							
						 
						
							2016-06-25 13:22:18 +02:00  
				
					
						
							
							
								 
						
							
								5eaed37116 
								
							 
						 
						
							
							
								
								Add test for find_default_import_path  
							
							
							
						 
						
							2016-06-07 08:03:55 -04:00  
				
					
						
							
							
								 
						
							
								64a37bb9b7 
								
							 
						 
						
							
							
								
								Test side effect ( #1889 )  
							
							... 
							
							
							
							Function `prepare_exec_for_file` has a side effect where a path is added to
`sys.path` list.
This commit enhances an exisiting test case for `prepare_exec_for_file`
by testing the side effect of the function and adding necessary
comments. 
							
						 
						
							2016-06-05 10:32:00 -07:00  
				
					
						
							
							
								 
						
							
								fe5f714026 
								
							 
						 
						
							
							
								
								fixed unmatched elif ( #1872 )  
							
							
							
						 
						
							2016-06-03 18:41:10 +02:00  
				
					
						
							
							
								 
						
							
								523e271183 
								
							 
						 
						
							
							
								
								Implemented simplified CLI interface  
							
							
							
						 
						
							2016-05-26 20:07:52 +02:00  
				
					
						
							
							
								 
						
							
								92f63a1c1d 
								
							 
						 
						
							
							
								
								fix docstring ( #1818 )  
							
							... 
							
							
							
							change string to docstring 
							
						 
						
							2016-05-24 21:06:34 +02:00  
				
					
						
							
							
								 
						
							
								88500f5cc7 
								
							 
						 
						
							
							
								
								Forward ported CLI tests from Flask-CLI and fixed a bug with the CLI's name. ( #1806 )  
							
							... 
							
							
							
							* Forward port the CLI tests from Flask-CLI.
* Make sure the parameter passed to the CLI's AppGroup is the app's name, not the app itself. 
							
						 
						
							2016-05-16 19:36:55 +02:00