36 Commits (master)

Author SHA1 Message Date
ThiefMaster 50227f0954 Add option to not overwrite debug flag in cli 6 years ago
Grey Li 4025e27b57 Add test for routes command when no routes registered 6 years ago
Briehan Lombaard a913b4dafd
SSLContext was added in Python 2.7.9 6 years ago
David Lord 5965cb7e1c
rename to FLASK_SKIP_DOTENV, add docs, test 6 years ago
David Lord 310fbfcf64
revert copyright year to project start 7 years ago
David Lord 2beedabaaf
add HTTPS support for flask run command 7 years ago
David Lord 8bdf820e9b
reset standard os env after each test 7 years ago
Armin Ronacher c23a63a185 Improved bad factory error handling 7 years ago
David Lord 5436dddf64
rewrite cli errors 7 years ago
David Lord 491d331e6e
load env vars using python-dotenv 7 years ago
David Lord fb845b9032
allow local packages in FLASK_APP 7 years ago
David Lord 448368e226
style cleanup 7 years ago
Miguel Grinberg 7c40aa9e50
Import app from wsgi.py or app.py if FLASK_APP is not defined 7 years ago
Hendrik Makait 48c2925664 Factor in code review comments and refactor functions to be more naturally split. 7 years ago
Hendrik Makait 7106fb6357 Handle app factory with arguments in FLASK_APP 7 years ago
Christian Stade-Schuldt 4ec1fbc9f5 More DRYing up the test suite (#2325) 7 years ago
Hendrik Makait ae41df9a77 Check if app factory takes script_info argument and call it with(out) script_info as an argument depending on that 7 years ago
Hendrik Makait ced719ea18 Auto-detect create_app and make_app factory functions 7 years ago
David Lord 7ad79583b9
add sort by match order 8 years ago
Ed Brannin 6e5250ab5d Fix CLI test for ImportError -> NoAppException 8 years ago
Sven-Hendrik Haase ed17bc1710 Add test to showcase that printing a traceback works 8 years ago
Paul Brown 0832e77b14 prevent NoAppException when ImportError occurs within imported module 8 years ago
Anton Sarukhanov 9121e109bd Add test for get_version (CLI) (#1884) 8 years ago
Nate Prewitt 0f1cf50f97 adding in try around __import__ to catch invalid files/paths (#1950) 8 years ago
Hyunchel Kim f19d3bd67e Enhance tests.test_cli.test_find_best_app (#1882) 8 years ago
Kiss György 1b764cff93 Added runner fixture 8 years ago
Kiss György b8e826c16b Added tests, fixed some minor alignment problems. 8 years ago
Anton Sarukhanov 5eaed37116 Add test for find_default_import_path 8 years ago
Hyunchel Kim 64a37bb9b7 Test side effect (#1889) 8 years ago
Josiah Philipsen 41e08f4ccd fixed unmatched elif 8 years ago
jphilipsen05 fe5f714026 fixed unmatched elif (#1872) 8 years ago
Armin Ronacher 523e271183 Implemented simplified CLI interface 8 years ago
dataforger 92f63a1c1d fix docstring (#1818) 8 years ago
Jannis Leidel 88500f5cc7 Forward ported CLI tests from Flask-CLI and fixed a bug with the CLI's name. (#1806) 8 years ago