-
Notifications
You must be signed in to change notification settings - Fork 185
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
Add unit testing to GeostatsPy #7
Open
alexgigliotti
wants to merge
5
commits into
GeostatsGuy:master
Choose a base branch
from
alexgigliotti:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Howdy Alex,
Very cool. Thank you! I will wait until the end of next week so we don’t do any major updates while my students are finishing their projects. I appreciate!
Hope you are having a great end of term!
Michael
MICHAEL J. PYRCZ, Ph.D., P.Eng., Associate Professor
Petroleum and Geosystems Engineering and Bureau of Economic Geology, Jackson School of Geoscience
The University of Texas at Austin
From: Alex Gigliotti <[email protected]>
Sent: Friday, May 3, 2019 4:24 PM
To: GeostatsGuy/GeostatsPy <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [GeostatsGuy/GeostatsPy] Add unit testing to GeostatsPy (#7)
This message is from an external sender. Learn more about why this matters.<https://ut.service-now.com/sp?id=kb_article&number=KB0011401>
Hi Dr. Pyrcz,
Sorry this took so long to get to you, but the unit testing infrastructure is working with the most recent version of GeostatsPy. All of the testing infrastructure is located inside the main /geostatspy folder and the Travis file is in the root directory.
To get the build status badge on the front page, check out the link below. There is a line of markup you can add to the readme.
https://docs.travis-ci.com/user/status-images/
…________________________________
You can view, comment on, or merge this pull request online at:
#7
Commit Summary
* Implement unit testing
* Add statsmodel install to .travis.yml
File Changes
* A .travis.yml<https://github.com/GeostatsGuy/GeostatsPy/pull/7/files#diff-0> (17)
* A geostatspy/tests/__init__.py<https://github.com/GeostatsGuy/GeostatsPy/pull/7/files#diff-1> (0)
* A geostatspy/tests/__pycache__/__init__.cpython-37.pyc<https://github.com/GeostatsGuy/GeostatsPy/pull/7/files#diff-2> (0)
* A geostatspy/tests/__pycache__/test.cpython-37.pyc<https://github.com/GeostatsGuy/GeostatsPy/pull/7/files#diff-3> (0)
* A geostatspy/tests/sample_data.csv<https://github.com/GeostatsGuy/GeostatsPy/pull/7/files#diff-4> (263)
* A geostatspy/tests/test.py<https://github.com/GeostatsGuy/GeostatsPy/pull/7/files#diff-5> (515)
Patch Links:
* https://github.com/GeostatsGuy/GeostatsPy/pull/7.patch
* https://github.com/GeostatsGuy/GeostatsPy/pull/7.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#7>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHUO345OD4MEOYKGBU3WKLLPTSUP3ANCNFSM4HKXCZ5Q>.
|
update readme and add gitignore
Hi Dr. Pyrcz, If you saw my edited comment above, all of that has been taken care of. I added a gitignore file so any cache files generated by local testing will not be tracked by git. I also figured out that I could add the build status badge to the readme myself. I thought you may have needed to do that once you logged into Travis. Feel free to move it if you would like it in a different location. |
jessepisel
added a commit
to achandlr/GeostatsPy
that referenced
this pull request
Apr 29, 2020
finished docstring for backtr function
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Dr. Pyrcz,
Sorry this took so long to get to you, but the unit testing infrastructure is working with the most recent version of GeostatsPy. All of the testing infrastructure is located inside the main /geostatspy folder and the Travis file is in the root directory.
To get the build status badge on the front page, check out the link below. There is a line of markup you can add to the readme.
https://docs.travis-ci.com/user/status-images/