-
- Downloads
[MRG + 1] [TST] (half-cosmetic) use less nose.tools import to simplify future...
[MRG + 1] [TST] (half-cosmetic) use less nose.tools import to simplify future transition to py.test (#7384) * use less nose.tools import to simplify future transition to activly developing test suites/runners * assert_equal -> assert_array_equal in test_feature_hasher_pairs_with_string_values and one missed ImportError that should be replaced with AttributeError * test for py2.6 compat with except AttributeError * fix importing of SkipTest * force using nose in python2.6 for now * there was no assert_dict_equal in py2.6. but we can use assert_equal although failed test will look a little bit ugly * remove nose imports from doc/datasets
Showing
- doc/datasets/labeled_faces_fixture.py 1 addition, 1 deletiondoc/datasets/labeled_faces_fixture.py
- doc/datasets/twenty_newsgroups_fixture.py 2 additions, 1 deletiondoc/datasets/twenty_newsgroups_fixture.py
- sklearn/cross_decomposition/tests/test_pls.py 1 addition, 2 deletionssklearn/cross_decomposition/tests/test_pls.py
- sklearn/datasets/mldata.py 1 addition, 1 deletionsklearn/datasets/mldata.py
- sklearn/datasets/tests/test_base.py 4 additions, 4 deletionssklearn/datasets/tests/test_base.py
- sklearn/decomposition/tests/test_fastica.py 1 addition, 2 deletionssklearn/decomposition/tests/test_fastica.py
- sklearn/ensemble/tests/test_base.py 2 additions, 1 deletionsklearn/ensemble/tests/test_base.py
- sklearn/ensemble/tests/test_gradient_boosting_loss_functions.py 1 addition, 2 deletions...n/ensemble/tests/test_gradient_boosting_loss_functions.py
- sklearn/feature_extraction/tests/test_feature_hasher.py 3 additions, 4 deletionssklearn/feature_extraction/tests/test_feature_hasher.py
- sklearn/feature_extraction/tests/test_image.py 1 addition, 2 deletionssklearn/feature_extraction/tests/test_image.py
- sklearn/feature_extraction/tests/test_text.py 4 additions, 8 deletionssklearn/feature_extraction/tests/test_text.py
- sklearn/feature_selection/tests/test_base.py 1 addition, 1 deletionsklearn/feature_selection/tests/test_base.py
- sklearn/feature_selection/tests/test_from_model.py 2 additions, 2 deletionssklearn/feature_selection/tests/test_from_model.py
- sklearn/feature_selection/tests/test_rfe.py 1 addition, 2 deletionssklearn/feature_selection/tests/test_rfe.py
- sklearn/gaussian_process/tests/test_gaussian_process.py 1 addition, 4 deletionssklearn/gaussian_process/tests/test_gaussian_process.py
- sklearn/linear_model/tests/test_least_angle.py 1 addition, 2 deletionssklearn/linear_model/tests/test_least_angle.py
- sklearn/linear_model/tests/test_theil_sen.py 3 additions, 2 deletionssklearn/linear_model/tests/test_theil_sen.py
- sklearn/manifold/tests/test_locally_linear.py 2 additions, 2 deletionssklearn/manifold/tests/test_locally_linear.py
- sklearn/manifold/tests/test_mds.py 1 addition, 1 deletionsklearn/manifold/tests/test_mds.py
- sklearn/manifold/tests/test_spectral_embedding.py 2 additions, 6 deletionssklearn/manifold/tests/test_spectral_embedding.py
Loading
Please register or sign in to comment