Skip to content

With unittest, skipping a test should actually skip instead of asserting False#1

Open
cnelsonsic wants to merge 1 commit intomkwiatkowski:masterfrom
cnelsonsic:unittest-skip
Open

With unittest, skipping a test should actually skip instead of asserting False#1
cnelsonsic wants to merge 1 commit intomkwiatkowski:masterfrom
cnelsonsic:unittest-skip

Conversation

@cnelsonsic
Copy link

I found that skipping a test with the explicit unittest.skipTest makes more sense than "assert False", since a test that isn't implemented doesn't necessarily meant that the code is broken.

@auvipy
Copy link

auvipy commented Nov 25, 2015

This branch has conflicts that must be resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants