forked from orbit-oss/flask
Do not break extension tests if tested with installed extensions.
This commit is contained in:
parent
d4d75701bc
commit
56afafae67
3 changed files with 14 additions and 9 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
import sys, os
|
||||
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))
|
||||
from flask.testsuite import main
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue