Commit graph

20 commits

Author SHA1 Message Date
Markus Unterwaditzer
3550b26071 Move tests 2014-09-11 22:09:50 +02:00
Kenneth Reitz
4c0253f9fd Merge pull request #862 from bikerm16/master
Minor test fixes
2014-03-21 16:39:13 -04:00
Daniel Neuhäuser
52098e1e4f Happy New Year 2014 2014-01-02 19:21:07 +01:00
Michael Bikovitsky
cff35237ef Fix test_no_error_swallowing
Path in assertion is now cross-platform.
2013-09-07 18:21:15 +03:00
Armin Ronacher
e07dcb5562 Adjusted a testcase for Python 3 2013-05-30 18:17:04 +01:00
Armin Ronacher
85ba8c96e9 Fixed a broken test 2013-05-23 14:07:25 +01:00
Daniel Neuhäuser
a0801719f8 Remove six dependency 2013-05-22 21:40:30 +02:00
Daniel Neuhäuser
3f80b0fd6c module name is quoted in ImportErrors on 3.x 2013-05-22 21:03:01 +02:00
Daniel Neuhäuser
9f8a2075c7 Use assert_in where appropriate 2013-05-22 20:12:50 +02:00
Daniel Neuhäuser
239780be28 Use assert_true instead of assert_
assert_ is deprecated which causes annoying warnings
2013-05-22 17:23:38 +02:00
Thomas Waldmann
e1d356fb71 ported some more stuff to py 3.3
removed init_jinja_globals hack from app.py after consulting mitsuhiko
(didn't work on py 3.3 "as is")

removed with_statement future imports, not needed any more

needs more work on 2.7 as well as on 3.3
2013-05-22 01:33:04 +02:00
Daniel Neuhäuser
c618db92d6 reload_module is in six.moves 2013-05-18 18:55:36 +02:00
Thomas Waldmann
287905e67c py3 compat: use six.reload_module 2013-05-18 18:39:10 +02:00
Armin Ronacher
95c4dcb4d5 Refactored flask.ext process to not swallow exceptions on weird Pythons. 2011-09-27 13:33:23 +02:00
Armin Ronacher
56afafae67 Do not break extension tests if tested with installed extensions. 2011-09-23 02:04:21 +02:00
Armin Ronacher
9691b7f0bf Deal with partially setup packages in the redirect hook. 2011-09-21 21:34:47 +02:00
Armin Ronacher
9c82840f52 Added more tests for the import hook 2011-09-18 18:16:50 +02:00
Armin Ronacher
9df2aefd7f Do not set dotted attributes on flask.ext 2011-09-18 12:22:42 +02:00
Armin Ronacher
f80bfcaa28 Added tests for old imports 2011-09-18 03:26:46 +02:00
Armin Ronacher
c72ca16234 Added tests for the import hook and fixed a problem with it. 2011-09-18 02:10:10 +02:00