Skip to content

Commit

Permalink
removed unnecessary properties from unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed Nov 3, 2021
1 parent d224931 commit f9836aa
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions src/tests/tgtg/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,49 @@
"item",
"store",
"display_name",
"pickup_location",
# "pickup_location",
"items_available",
"distance",
# "distance",
"favorite",
"in_sales_window",
"new_item",
# "in_sales_window",
# "new_item",
]
STORE_PROPERTIES = [
"store_id",
"store_name",
"description",
"tax_identifier",
"website",
"store_location",
"logo_picture",
"store_time_zone",
"hidden",
"favorite_count",
"items",
"milestones",
"we_care",
# "store_name",
# "description",
# "tax_identifier",
# "website",
# "store_location",
# "logo_picture",
# "store_time_zone",
# "hidden",
# "favorite_count",
# "items",
# "milestones",
# "we_care",
]
ITEM_PROPERTIES = [
"item_id",
"price",
"sales_taxes",
"tax_amount",
"price_excluding_taxes",
"price_including_taxes",
"value_excluding_taxes",
"value_including_taxes",
"taxation_policy",
"show_sales_taxes",
"cover_picture",
"logo_picture",
"name",
"description",
"can_user_supply_packaging",
"packaging_option",
"diet_categories",
"item_category",
"badges",
"positive_rating_reasons",
"favorite_count",
"buffet",
# "price",
# "sales_taxes",
# "tax_amount",
# "price_excluding_taxes",
# "price_including_taxes",
# "value_excluding_taxes",
# "value_including_taxes",
# "taxation_policy",
# "show_sales_taxes",
# "cover_picture",
# "logo_picture",
# "name",
# "description",
# "can_user_supply_packaging",
# "packaging_option",
# "diet_categories",
# "item_category",
# "badges",
# "positive_rating_reasons",
# "favorite_count",
# "buffet",
]

0 comments on commit f9836aa

Please sign in to comment.