Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 0.19.X
  • discrete
  • 0.18.X
  • ignore_lambda_to_diff_errors
  • 0.17.X
  • authors-update
  • 0.16.X
  • 0.15.X
  • 0.14.X
  • debian
  • 0.13.X
  • 0.12.X
  • 0.11.X
  • 0.10.X
  • 0.9.X
  • 0.6.X
  • 0.7.X
  • 0.8.X
  • 0.19.1
  • 0.19.0
  • 0.19b2
  • 0.19b1
  • 0.19-branching
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.18rc2
  • 0.18rc1
  • 0.18rc
  • 0.17.1-1
  • 0.17.1
  • debian/0.17.0-4
  • debian/0.17.0-3
  • debian/0.17.0-1
  • 0.17
  • debian/0.17.0_b1+git14-g4e6829c-1
  • debian/0.17.0_b1-1
  • 0.17b1
39 results

mldata.py

Blame
    • Konstantin Podshumok's avatar
      9b2aac9e
      [MRG + 1] [TST] (half-cosmetic) use less nose.tools import to simplify future... · 9b2aac9e
      Konstantin Podshumok authored
      [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
      9b2aac9e
      History
      [MRG + 1] [TST] (half-cosmetic) use less nose.tools import to simplify future...
      Konstantin Podshumok authored
      [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