Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork937
Open
Labels
Description
I see these imports of unittest in
fromunittestimportSkipTest Line 17 inf3265bd
fromunittestimportSkipTest
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?