-
Notifications
You must be signed in to change notification settings - Fork 27
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
explain more clearly where to put local.py before running tests #12
Comments
To run the tests, you'll want to clone the repo rather than run from the version installed to your virtual env. The readme could specify that. |
Ah, that makes sense. I blew away my virtualenv and made a fresh one. Now I think we should have a
After running
Please let me know if this is the wrong approach. |
That's a fine approach. Because this is intended to be a package, it may be more clear to name the file |
you could run |
Well, that seems to install everything under "REQUIRES" at dataverse-client-python/setup.py Line 6 in d6e2199
dataverse-client-python/setup.py Line 12 in d6e2199
|
@pdurbin In setup.py you could add
and then That type of thing drives me crazy because I can never remember the proper syntax and have to look it up every time. ymmv also, mind you I am typing this by hand and haven't tested it. |
If you've got the repo cloned locally, the
I haven't tested this locally, so I'm not sure if |
To get the tests to run I created ~/.virtualenvs/dataverse-client-python/src/dataverse/dataverse/settings/local.py but I'm not sure if this is right.
The text was updated successfully, but these errors were encountered: