-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Docs: change nosetest instruction #4327
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
Comments
this should only happen if you're trying to run the tests from the installed location and not from the git repo see #761 if you're running from the installed location please close you should run the tests from the git clone, not the installed version |
There are many users without a git repo (e.g. pip install ...). So may be good to explain how to run tests, when those are installed as executable files. |
@cpcloud ? |
wiki or doc blurb? |
I think there is a section on main website already |
@cpcloud I think we should have
|
@jreback what's wrong with import nose
nose.run() ? |
does it work? (can do a wrapper function around it I guess) |
it runs the tests .... what else would we put in a wrapper? |
well, ideally want something like
and maybe need a 'not db' somehow in theory options for this too |
numpy has a |
ok so something that runs the tests but is "nicer" than: nose.run(argv=["-A 'not slow and not network'"]) |
like |
yep |
ENH: add pd.test to enable nose test runnning from the imported session, #4327
Running Ubuntu 12.10. The recommended way of running tests (http://pandas.pydata.org/pandas-docs/stable/install.html#running-the-test-suite)
did not work. I had to use:
It would also be useful to know how to avoid the:
errors.
The text was updated successfully, but these errors were encountered: