This website requires JavaScript.
Explore
Help
Sign in
orbit-oss
/
flask
Watch
4
Star
4
Fork
You've already forked flask
2
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b178e89e44
flask
/
examples
/
flaskr
/
setup.cfg
3 lines
26 B
INI
Raw
Normal View
History
Unescape
Escape
Fixes import statement in flaskr (#2068) - `from flaskr.flaskr import app` in flaskr/__init__.py causes an import error with Python 2 - The relative import now used works for py2 and py3
2016-10-30 09:34:49 -04:00
[tool:pytest]
Address #1902: Converts example/flaskr to have a setup.py (#1945) * Converts example/flaskr to have a setup.py Makes the flaskr app easier to run, ex. workflow: - pip install --editable . - export FLASK_APP=flaskr.flaskr - flask initdb - flask run Testing is also easier now: - python setup.py test * Fixed an import error in flaskr/tests - the statement `import flaskr` caused errors in python3 - `from . import flaskr` fixes the issue in 2.7.11 and 3.5.1 * Better project structure and updates the docs - Re-factors *flaskr*'s project structure a bit - Updates docs to make sense with the new structure - Adds a new step about installing Flask apps with setuptools - Switches first-person style writing to second-person (reads better IMO) - Adds segments in *testing.rst* for running tests with setuptools * Remove __init__.py from tests - py.test recommends not using __init__.py * Fix testing import errors
2016-07-05 20:30:59 -04:00
test
=
pytest
Reference in a new issue
Copy permalink