bounswe / 2021SpringGroup7

We are Bogazici University Computer Engineering students. This repository mainly contains our group work in CMPE-352 and CMPE-451. You can get to know our team members, see the details of our meetings, learn our communication methods and read our important reports in this repository.
7 stars 0 forks source link

Unit Test for Min Max Latitude Longitude Search #645

Closed kocasariumut closed 2 years ago

kocasariumut commented 2 years ago

Is your proposal related to a problem?

The min max latitude longitude search functionality has not been tested. It should be tested to see if it works properly.

Describe the solution you'd like

I will write tests for the min max latitude longitude search API to be sure for its functionality.

kocasariumut commented 2 years ago

Tests for latitude longitude based search have been added. We are sure that by putting maximum or minimum values for latitude and longitude, one can make appropriate filtering. PR: https://github.com/bounswe/2021SpringGroup7/pull/648