test.controller package¶
Submodules¶
test.controller.test_hosts_controller module¶
- class test.controller.test_hosts_controller.TestHostsController(methodName='runTest')¶
Bases:
test.BaseTestCase
HostsController integration test stubs
- test_find_host_by_id()¶
Test case for find_host_by_id
Find Hosts by ID
test.controller.test_layers_controller module¶
- class test.controller.test_layers_controller.TestLayersController(methodName='runTest')¶
Bases:
test.BaseTestCase
LayersController integration test stubs
- test_find_complaints_layer()¶
Test case for find_complaints_layer
Retrieve Complaints Layer details
- test_find_crime_layer()¶
Test case for find_crime_layer
Retrieve Crime Layer details
- test_find_health_layer()¶
Test case for find_health_layer
Retrieve Health Layer details
test.controller.test_listings_controller module¶
- class test.controller.test_listings_controller.TestListingsController(methodName='runTest')¶
Bases:
test.BaseTestCase
ListingsController integration test stubs
- test_find_listing_by_id()¶
Test case for find_listing_by_id
Find Listing by ID
- test_find_listings()¶
Test case for find_listings
Retrieve NYC AirBnB listings
- test_find_reviews_for_listing()¶
Test case for find_reviews_for_listing
Find Reviews for a given Listing
- test_get_metadata()¶
Test case for listings metadata
test.controller.test_recommendations_controller module¶
- class test.controller.test_recommendations_controller.TestRecommendationsController(methodName='runTest')¶
Bases:
test.BaseTestCase
RecommendationsController integration test stubs
- test_recommend_listings()¶
Test case for recommend_listings
Recommend AirBnBs based on provided filter criteria