Skip to content

Commit

Permalink
[#77] Refer to GitHub issue…
Browse files Browse the repository at this point in the history
This update makes the following changes:
- Created method fetch_chemicals to fetch list of chemical data matching
the specific type/value of property input.
- Created test for fetch_chemicals.
- Updated .gitignore to ignore pushing test result files used
specifically for local pytest.
  • Loading branch information
yunchae-kim committed Sep 26, 2023
1 parent e0c668f commit 79b38db
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 139 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ __pycache__/
*$py.class
pip-log.txt
pip-delete-this-directory.txt
*/test_results/

# OS-generated junk #
#####################
Expand Down
Loading

0 comments on commit 79b38db

Please sign in to comment.