13 Commits (0932d8f428ae6c7cb6615a6a146e417eb182ec4d)

Author SHA1 Message Date
Rene A. Zelaya d29dbe14cf Correcting name of GreenletContextCopying test class (to start with 'Test'), making it extend object, and also having the test methods in it include 'self' as first argument. 7 years ago
Rene A. Zelaya 2eb28165a9 Bundling 'test_greenlet_context_copying' functions into a new class in tests/test_reqctx.py. 7 years ago
Christian Stade-Schuldt 5b0b9717da DRYing up the test suite using pytest fixtures (#2306) 7 years ago
David Lord 13754b6d11
ensure error while opening session pops context 8 years ago
Reuven 4dc2ef19ea Use pytest.raises() instead of try/catch with asser 0 9 years ago
Martijn Pieters ec0d208bc1 Switch away from using None as default value for the exception when tearing down a context. 10 years ago
Parkayun 33534bb4a9 Happy New Year 2015 10 years ago
Markus Unterwaditzer c6795eb626 Remove useless unittest imports 10 years ago
Markus Unterwaditzer af4cb0ff2b Remove flask superclass 10 years ago
Markus Unterwaditzer af41dbe0c4 Remove useless classes 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
Daniel Neuhäuser 52098e1e4f Happy New Year 2014 11 years ago
Daniel Neuhäuser a3a2f521f1 Clear exceptions when pushing a context 11 years ago
Daniel Neuhäuser 62e7275bdf Use assert_false where appropriate 11 years ago
Daniel Neuhäuser 239780be28 Use assert_true instead of assert_ 11 years ago
Markus Unterwaditzer 05f66ad735 Fix some literals 11 years ago
Thomas Waldmann e1d356fb71 ported some more stuff to py 3.3 11 years ago
Thomas Waldmann 6caaa8a527 automated change using python-modernize: use 'as' in except 12 years ago
Armin Ronacher 097353695e Added flask.copy_current_request_context which simplies working with greenlets 12 years ago