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
Changed tests to not use self.assertRaises like a context manager (e.g. 'with self.assertRaises...') to enuser python 2.6 test compatibility. Added self.fail() to try expect statements for points that should be reached as an exception should occur.
0 commit comments