Closed carlthome closed 1 year ago
There's probably a clever way of making sure each yielded test is treated as an independent unit test by:
but I figured that's a bit involved.
At least having every assert run sequentially is better than having them skipped entirely.
This looks good, thanks! Where can I see the Actions live? According to this there are 5 tests that fail. Am I looking at the right run?
This looks good, thanks! Where can I see the Actions live? According to this there are 5 tests that fail. Am I looking at the right run?
https://github.com/urinieto/msaf/pull/132/checks
I usually click next to the commit in the web view to find the related workflow run:
Gotcha, thanks. This is great, merging it!
nose.tools.raises
andnose.tools.assert_raises
withpytest.raises
yield
based tests to resolve https://github.com/urinieto/msaf/issues/129 and to make tests run.scipy.ndimage.filters
->scipy.ndimage