Skip to content
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

Issue #1 and Issue #2 dependencies in requirements.txt and setup.py file plus py.test test structure #3

Closed
wants to merge 1 commit into from

Conversation

kinow
Copy link
Contributor

@kinow kinow commented Nov 17, 2015

Hi Nicolas,

used some examples of other projects and it seemed to have worked :-)

You can run the tests with python setup.py test, and you can install the project locally for development/testing with sudo pip install -e . and uninstall it with sudo python setup.py develop --uninstall.

There is a single test class, with a dummy assertion. I thought the markov module was a simple one to write some tests, though I'm not sure 😁

…in requirements.txt and setup.py file plus py.test test structure
GasparMDQ added a commit to GasparMDQ/paleopy that referenced this pull request Jul 31, 2017
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.

None yet

2 participants