Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #514 from Esri/dev
Browse files Browse the repository at this point in the history
Merge DEV to MASTER for JUNE2017 release
  • Loading branch information
csmoore authored Jul 20, 2017
2 parents 459502e + 2faad6f commit de6b175
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ And *merge* the changes into the target branch:

This will get your new branch from the repo.

### Make some code

The following guides are *strongly* suggested and encouraged:
* [Python PEP8 - Style Guide for Python](https://www.python.org/dev/peps/pep-0008/)
* [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
* [Truthful Technology's Python Style Guide](https://github.com/TruthfulTechnology/style-guide/blob/master/python.rst)
* [Python PEP257 - docstrings](https://www.python.org/dev/peps/pep-0257/)

And of course [PEP20 - The Zen of Python](https://www.python.org/dev/peps/pep-0020/)

### Share Your Mods
If you've made changes to the repo that you want to share with the community.

Expand Down
3 changes: 2 additions & 1 deletion utils/test/WritingTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ They are named **[toolname]TestCase.py**
### Test Data
The it is impossible to build a test without some kind of inputs. Some tests generate their own data internally (Check out the ERG tool tests as an example). But most will require some kind of output test data.

* Test data **must** be stored in the *./data* folder.
* Test data **must** be stored on ArcGIS.com (owner:solutions_github). Contact repo owner to upload to this account.
* Keep feature data in a file geodatabase. You should name it like your toolbox.
* Any file data (CSV, TXT, XLSX, etc.) should be easy to identify which toolbox it belongs to.
* Zip any data before uploading to ArcGIS.com (use type Desktop Application Template).

## Outline for writing tests
### 1. Make a separate branch from dev
Expand Down

0 comments on commit de6b175

Please sign in to comment.