Browse Source

Added another workaround. the extension tester is now a pile of hacks

pull/112/head
Armin Ronacher 15 years ago
parent
commit
140fc45ebd
  1. 4
      tests/flaskext_test.py

4
tests/flaskext_test.py

@ -36,6 +36,10 @@ flaskdir = os.path.abspath(os.path.join(os.path.dirname(__file__),
'..'))
# virtualenv hack *cough*
os.environ['PYTHONDONTWRITEBYTECODE'] = ''
RESULT_TEMPATE = u'''\
<!doctype html>
<title>Flask-Extension Test Results</title>

Loading…
Cancel
Save