LibCST icon indicating copy to clipboard operation
LibCST copied to clipboard

Remove `with self.assertRaises(Exception):`

Open jimmylai opened this issue 4 years ago • 1 comments

with self.assertRaises(Exception): is used in a couple places for testing an exception is raised. It can catch any Exception which can result in catching unexpected error. Change to use a more specific exception or use self.assertRaisesRegex instead.

jimmylai avatar Feb 09 '21 22:02 jimmylai

@jimmylai will work on this issue.

srisatya12 avatar Jun 30 '21 16:06 srisatya12