Skip to content

CLN: Change assert_([not] isinstance(a,b)) to specialized forms #6577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 9, 2014
Merged

CLN: Change assert_([not] isinstance(a,b)) to specialized forms #6577

merged 2 commits into from
Mar 9, 2014

Conversation

bwignall
Copy link
Contributor

@bwignall bwignall commented Mar 8, 2014

Work on #6175. Changes instances of assert_([not] isinstance(a,b)) to specialized assert[Not]IsInstance(a, b).

@bwignall
Copy link
Contributor Author

bwignall commented Mar 8, 2014

I will work on the Travis problems. (These did not get picked up locally, as I am running with 2.7.)

@jreback
Copy link
Contributor

jreback commented Mar 8, 2014

rebase on master
these r already fixed

@bwignall
Copy link
Contributor Author

bwignall commented Mar 8, 2014

I fetched latest master and rebased (also, changed one superclass, to use tm.TestCase instead of unittest.TestCase). The two errors I am still seeing on Travis are "ImportError: No module named pandas".

@hayd
Copy link
Contributor

hayd commented Mar 9, 2014

Travis is being flaky today...

@jreback
Copy link
Contributor

jreback commented Mar 9, 2014

@bwignall rebase on master and travis should be ok now.....setuptools had changed and caused the install to fail

@jreback jreback added the Testing label Mar 9, 2014
@jreback jreback modified the milestones: 0.15.0, 0.14.0 Mar 9, 2014
bwignall added 2 commits March 9, 2014 10:34
Work on #6175. Changes instances of assert_([not] isinstance(a,b)) to specialized assert[Not]IsInstance(a, b).
Work on #6175. Change superclass of tests/test_compat, to use tm.TestCase
jreback added a commit that referenced this pull request Mar 9, 2014
CLN: Change assert_([not] isinstance(a,b)) to specialized forms
@jreback jreback merged commit 3b4d839 into pandas-dev:master Mar 9, 2014
@jreback
Copy link
Contributor

jreback commented Mar 9, 2014

@bwignall thanks!

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.

3 participants