[Numpy-svn] [numpy/numpy] 70c505: ENH: testing: add SkipTest and KnownFailureExcepti...

GitHub noreply at github.com
Mon Nov 16 16:04:09 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 70c5052a9f07025c236033cf629506bb38eb6d97
      https://github.com/numpy/numpy/commit/70c5052a9f07025c236033cf629506bb38eb6d97
  Author: Evgeni Burovski <evgeni at burovski.me>
  Date:   2015-11-16 (Mon, 16 Nov 2015)

  Changed paths:
    M doc/release/1.11.0-notes.rst
    M numpy/core/tests/test_multiarray.py
    M numpy/core/tests/test_print.py
    M numpy/f2py/tests/test_array_from_pyobj.py
    M numpy/f2py/tests/util.py
    M numpy/lib/tests/test__datasource.py
    M numpy/lib/tests/test_format.py
    M numpy/linalg/tests/test_linalg.py
    M numpy/testing/decorators.py
    M numpy/testing/noseclasses.py
    M numpy/testing/nosetester.py
    M numpy/testing/tests/test_decorators.py
    M numpy/testing/utils.py

  Log Message:
  -----------
  ENH: testing: add SkipTest and KnownFailureException

* use SkipTest in numpy tests instead of importing it from nose
* add a KnownFailureException as an alias for KnownFailureTest
  (the former is preferred, but the latter is kept for backcompat)
* rename the KnownFailure nose plugin into KnownFailurePlugin,
  and keep the old name for backcompat


  Commit: cbc14f0dcd1896b43630c75a62ccf0ac8847a3c0
      https://github.com/numpy/numpy/commit/cbc14f0dcd1896b43630c75a62ccf0ac8847a3c0
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-16 (Mon, 16 Nov 2015)

  Changed paths:
    M doc/release/1.11.0-notes.rst
    M numpy/core/tests/test_multiarray.py
    M numpy/core/tests/test_print.py
    M numpy/f2py/tests/test_array_from_pyobj.py
    M numpy/f2py/tests/util.py
    M numpy/lib/tests/test__datasource.py
    M numpy/lib/tests/test_format.py
    M numpy/linalg/tests/test_linalg.py
    M numpy/testing/decorators.py
    M numpy/testing/noseclasses.py
    M numpy/testing/nosetester.py
    M numpy/testing/tests/test_decorators.py
    M numpy/testing/utils.py

  Log Message:
  -----------
  Merge pull request #6688 from ev-br/knownf

expose KnownFailure and SkipTest exceptions in numpy.testing


Compare: https://github.com/numpy/numpy/compare/6d3ec6596b92...cbc14f0dcd18


More information about the Numpy-svn mailing list