Commit 5ec21741 authored by Jay's avatar Jay Committed by jay
Browse files

More updates to testing for error without using a Mock

parents 1da58029 367fba85
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -33,6 +33,5 @@ class Test_Suppression(unittest.TestCase):

    def test_error(self):
        col = self.df.apply(sf.error, axis=1, args=[None])
        self.assertNotEqual(col.all(), self.df['error'].all())

        self.assertEqual(col.all(), self.df['error'].all())
+384 −171

File changed.

Preview size limit exceeded, changes collapsed.