forked from orbit-oss/flask
Fixed some small typos in the documentation.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
parent
5764f3abd2
commit
da00160db6
5 changed files with 8 additions and 8 deletions
|
|
@ -288,12 +288,12 @@ extension to be approved you have to follow these guidelines:
|
|||
|
||||
1. An approved Flask extension must provide exactly one package or module
|
||||
inside the `flaskext` namespace package.
|
||||
2. It must ship a testsuite that can either be invoked with ``make test``
|
||||
or ``python setup.py test``. For testsuites invoked with ``make
|
||||
2. It must ship a testing suite that can either be invoked with ``make test``
|
||||
or ``python setup.py test``. For test suites invoked with ``make
|
||||
test`` the extension has to ensure that all dependencies for the test
|
||||
are installed automatically, in case of ``python setup.py test``
|
||||
dependencies for tests alone can be specified in the `setup.py`
|
||||
file. The testsuite also has to be part of the distribution.
|
||||
file. The test suite also has to be part of the distribution.
|
||||
3. APIs of approved extensions will be checked for the following
|
||||
characteristics:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue