-
-
Notifications
You must be signed in to change notification settings - Fork 947
Open
Labels
Description
I see these imports of unittest in
from unittest import SkipTest Line 17 in f3265bd
from unittest import SkipTest
I generally think that test code should not be built into the business logic. Is there a reason why using a skipIf decorator is insufficient?