scikit-learn/sklearn/utils/tests
Alexandre Batisse 418e0d55d3
[MRG] CLN Remove the use of assert_raises in utils/ (#16337)
* CLN use pytest raises ctxt manager for class weights & estimators [skip ci]

* CLN use pytest raises ctxt manager for multiclass test

* CLN use pytest warns in estimator checks test

* CLN use pytest raises ctxt manager for random test

* CLN use pytest raises ctxt manager for sparsefuncs test

* CLN use pytest raises ctxt manager for testing utils tests

* CLN use pytest raises ctxt manager for utils tests

* CLN use pytest raises ctxt manager for validation tests

* revert test_estimator_check.py to upstream master
2020-02-02 14:44:19 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_class_weight.py [MRG] CLN Remove the use of assert_raises in utils/ (#16337) 2020-02-02 14:44:19 +01:00
test_cython_blas.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_deprecated_utils.py BUG Do not shadow public functions with deprecated modules (#15846) 2019-12-19 16:10:56 -05:00
test_deprecation.py MNT Replace DeprecationWarning with FutureWarning (#15080) 2019-10-29 15:39:26 +01:00
test_estimator_checks.py TST Add estimator check for pandas objects (#12218) 2020-02-01 13:24:01 +01:00
test_extmath.py MNT Replace DeprecationWarning with FutureWarning (#15080) 2019-10-29 15:39:26 +01:00
test_fast_dict.py MAINT Make utlis.fast_dict private (#15223) 2019-10-14 00:36:36 -04:00
test_fixes.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_metaestimators.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
test_multiclass.py [MRG] CLN Remove the use of assert_raises in utils/ (#16337) 2020-02-02 14:44:19 +01:00
test_murmurhash.py MNT towards removing assert_equal, etc (#14222) 2019-07-01 09:13:32 -04:00
test_optimize.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_pprint.py Fix mixin inheritance order, allow overwriting tags (#14884) 2019-09-05 10:13:30 +02:00
test_random.py [MRG] CLN Remove the use of assert_raises in utils/ (#16337) 2020-02-02 14:44:19 +01:00
test_seq_dataset.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_shortest_path.py TST: fix undefined behavior in test 2015-08-06 23:44:14 +03:00
test_show_versions.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_sparsefuncs.py [MRG] CLN Remove the use of assert_raises in utils/ (#16337) 2020-02-02 14:44:19 +01:00
test_testing.py [MRG] CLN Remove the use of assert_raises in utils/ (#16337) 2020-02-02 14:44:19 +01:00
test_utils.py [MRG] CLN Remove the use of assert_raises in utils/ (#16337) 2020-02-02 14:44:19 +01:00
test_validation.py [MRG] CLN Remove the use of assert_raises in utils/ (#16337) 2020-02-02 14:44:19 +01:00