6 Commits (588cfa9c91c841f4bb3f5a9c91d1c1331f5b8ad3)

Author SHA1 Message Date
Markus Unterwaditzer af4cb0ff2b Remove flask superclass 10 years ago
Markus Unterwaditzer d0cf5ef394 WIP 10 years ago
Markus Unterwaditzer 5da2c00419 Rewrite assertion methods 10 years ago
Markus Unterwaditzer 8fa5e32d9a Tests pass now. 10 years ago
Markus Unterwaditzer 961db8ad72 Made tests recognizable 10 years ago
Markus Unterwaditzer 3550b26071 Move tests 10 years ago
Armin Ronacher 750ab16364 assert_ is assert_true 10 years ago
Daniel Neuhäuser d43bfb261a Add assertIsInstance to FlaskTestCase on 2.6 11 years ago
Daniel Neuhäuser 52098e1e4f Happy New Year 2014 11 years ago
Karol Kuczmarski ec5b182f15 Add Flask.config_class feature 12 years ago
Markus Unterwaditzer 3d36d6efb9 Fix leak in leak detection code 12 years ago
Daniel Neuhäuser 8f73c552a9 Add missing assertIn, assertNotIn methods on 2.6 12 years ago
Daniel Neuhäuser 62e7275bdf Use assert_false where appropriate 12 years ago
Daniel Neuhäuser 9f8a2075c7 Use assert_in where appropriate 12 years ago
Daniel Neuhäuser 4d73ef1a19 Add missing msg argument to assert_true() 12 years ago
Daniel Neuhäuser 239780be28 Use assert_true instead of assert_ 12 years ago
Thomas Waldmann e1d356fb71 ported some more stuff to py 3.3 12 years ago
Thomas Waldmann cfbfff2d26 python-modernize automated changes: misc. minor stuff 12 years ago
Thomas Waldmann 6caaa8a527 automated change using python-modernize: use 'as' in except 12 years ago
Armin Ronacher f8b6033a3b Added a workaround for samefile. This fixes #600 12 years ago
Simon Sapin b8ef7360eb Add to sys.path, not sys.path_info 13 years ago
Armin Ronacher 56afafae67 Do not break extension tests if tested with installed extensions. 13 years ago
Armin Ronacher 9691b7f0bf Deal with partially setup packages in the redirect hook. 13 years ago
Ron DuPlain 37f9cb9ca6 Import with statement in testsuite, Python 2.5. 14 years ago
Armin Ronacher e509d25d32 Some more cleanups in how the test runner is invoked 14 years ago
Armin Ronacher 5235c3e37e Make BetterLoader() have a better api :) 14 years ago
Armin Ronacher a082a5e0ba Cleanup in the test finder 14 years ago
Armin Ronacher 5a49688554 Moved loader code into the testsuite and out of the runner 14 years ago
Armin Ronacher 4cb6eea8f1 Split up testsuite and moved it to flask.testsuite. This fixes #246 14 years ago