Skip to content

Commit

Permalink
updated pytest stuff, started adding teammate contributions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
iambrish committed Dec 5, 2024
1 parent 727fcf4 commit 519cb13
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,16 @@ You are free to use, copy, modify, merge, publish, distribute, sublicense, and/o
See the full text in [LICENSE](./LICENSE) for more details.

**Disclaimer**: The India WRIS data accessed by this package is provided and owned by the Ministry of Water Resources, Government of India. PyWRIS is an independent project and is not affiliated with or endorsed by the Ministry of Water Resources, Government of India. Please ensure compliance with the terms of use for any data accessed through the India WRIS platform.

## Contribution Taxonomy (note to teammates: please add your contributions!)
Sarath:
- wrote Python functions
- code review
Shahzaib:
- code review
Sanchit:
- wrote Python functions
- code review
Ishaan:
- wrote documentation
- code review
6 changes: 6 additions & 0 deletions test/test_pywris.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# import modules and functions
import pytest
import ipytest

# testing
## reservoir

0 comments on commit 519cb13

Please sign in to comment.