Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajm1209 authored Mar 3, 2023
1 parent 728be00 commit 859ebcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The data exploration tool for the Geospatial startup uses the Python library [St
## Unit Testing
[PyTest](https://docs.pytest.org/en/7.1.x/contents.html) framework implemented to write tests which is easy to use but can be scaled to support functional testing for applications and libraries.
* Create a new file [test_main.py](test_main.py), containing test functions
* Implemented testing functions for all API endpoints. The tests have also been integrated to git actions and run on every commit. The workflow is present at [test_main.py](github/workflows)
* Implemented testing functions for all API endpoints. The tests have also been integrated to git actions and run on every commit. The workflow is present at [test_main.py](fastapi-test.yml)

## Steps to run application
1. Download app files
Expand Down

0 comments on commit 859ebcd

Please sign in to comment.