Skip to content

Conversation

@bwignall
Copy link
Contributor

#7131: Convert more instances of self.assert_(not b) to self.assertFalse(b) and self.assert_(b) to self.assertTrue(b)

#7131: Convert more instances of self.assert_(not b) to self.assertFalse(b) and self.assert_(b) to self.assertTrue(b)
@jreback jreback added this to the 0.14.0 milestone May 18, 2014
@bwignall
Copy link
Contributor Author

There are still a few instances of assert_ left to be converted: if an assertion has multiple lines, which may require reformatting, I did not yet touch it.

@jreback
Copy link
Contributor

jreback commented May 18, 2014

after this prob won't be any assert_ left!

jreback added a commit that referenced this pull request May 18, 2014
@jreback jreback merged commit cd6b4cf into pandas-dev:master May 18, 2014
@jreback
Copy link
Contributor

jreback commented May 18, 2014

thanks!

@bwignall bwignall deleted the issue7131_assert2 branch May 18, 2014 19:47
@jreback jreback mentioned this pull request May 22, 2014
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Testing pandas testing functions or related to the test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants