You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* deprecation notes in testing functions
* gitignore additions
* self_assert from unittest2pytest
* pytest.warns needs a warning
* assert_equal
* future warnings
* assert identical
* pytest warning fix
* revert assert_equal, as assert_array_equal needs to be separate
* assert dataset & dataarray equal
* imports
* assertItemsEqual (but may need coercion to sets)
* Revert "assertItemsEqual (but may need coercion to sets)"
This reverts commit fa8f89a.
* add back in assertitemsequal
* self.assert_equal -> assert_equal
* pytest.warns message matching
* undo backend changes - too many errors
* a few triages
* another import
* can't deprecate importorskip yet
* assert_array_equal
* assert_identical half way in ufuncs
* backends merge
* lint v1
* lint v2
* autopep8 all the things
* lint final
* undo some of the yapf crazyness
* @Zac-HD dtype
* remove more yapf overeagerness
* test_ufuncs normal again
* final lint normalize
* a few left overs
* xarray-specific functions changed in backends
* undo self.AllClose
* remove some old xarray funcs
* assert_array_equal complete
* remove assertVariable*
* more parentheses please
* install pytest through pip in 3.4 CI
* flake8 fails on 3.4 only without this?
0 commit comments