Commit Graph

11 Commits

Author SHA1 Message Date
MechCoder 4213c0461b DOC: Make it explicit that assert_warns clears the warning registry 2014-10-14 10:57:43 +02:00
MechCoder 34df94d6c5 TST: Test that assert_warns is reset internally 2014-10-13 23:13:52 +02:00
MechCoder 859992ae90 TST: Test that the warning registry is empty after assert_warns
Also minor doc change to the statement that this class was
copied from NumPy
2014-10-13 14:56:29 +02:00
MechCoder 54eb4784ba FIX: Remove test that tests state of warnings before and after assert_warns 2014-10-10 17:14:41 +02:00
Noel Dawe 6f4b31aabd test assert_greater_equal and assert_less_equal 2014-07-02 11:47:32 +02:00
Andreas Mueller 5a1fde1194 COSMIT fixing some unused imports, adding stuff to __all__, and light pep8 (not all whitespace to make rebasing less painful) 2013-07-27 15:44:17 +02:00
Arnaud Joly cdfaa825f5 Backport assert_warns and assert_no_warnings from np 1.7 2013-07-27 15:01:50 +02:00
Arnaud Joly db4422fcf9 ENH Simplify assert_raise_message + TST add them 2012-12-21 14:48:01 +01:00
Andreas Mueller 9babaa72e2 ENH minor improvements in testing, new utility function for safely setting random states. 2012-11-02 09:23:15 +00:00
Andreas Mueller 1ebcc4a486 COSMIT pep8 2012-05-15 21:18:30 +02:00
Gael Varoquaux 1cf2faae9e BUG: fix assert_greater
And add a test: when doing a backport, it is always wise to check ones
implementation against the original
2012-05-06 17:10:55 +02:00