Closed chttrjeankr closed 4 years ago
Took some time to go through the entire set of changes. Looks good to me apart from the minor changes suggested by @chttrjeankr. Once those are made, it can be merged.
Those changes are some logical changes that would be better taken up as a different issue. I feel mixing code formatting with logical changes would lead to confusion.
@chttrjeankr Can you resolve the merge conflicts?
Also, do you mind ignoring the test_googleMapsApiModule.py
as discussed here in the same PR?
Also, do you mind ignoring the
test_googleMapsApiModule.py
as discussed here in the same PR?
Since, there are no other tests right now for pytest, if we ignore the test_googleMapsApiModule.py
, pytest
exits with failure code 5, because no tests are being run. I'd request to wait for #103 to be merged and then proceed to ignore the mentioned case.
Sounds fair! Can you resolve the merge conflicts?
Fixes #110
Description:
.py
filesdatabaseconnect.py
test_googleMapsApiModule.py
due toInvalid API Key
. Maybe need to take a look into that separately.Checklist:
black
andflake8
to validate.Screenshots:
None
Other Information:
None. Comments are added to the PR for extra clarifications.
@vishakha-lall @janakrajchadha