add vendor association to products #13
Annotations
10 errors
OTP 25 / Elixir 1.14:
test/market_web/controllers/vendor/product_controller_test.exs#L83
test delete product deletes chosen product (MarketWeb.Vendor.ProductControllerTest)
|
OTP 25 / Elixir 1.14:
test/market_web/controllers/vendor/product_controller_test.exs#L74
test update product renders errors when data is invalid (MarketWeb.Vendor.ProductControllerTest)
|
OTP 25 / Elixir 1.14:
test/market_web/controllers/vendor/product_controller_test.exs#L59
test update product renders product when data is valid (MarketWeb.Vendor.ProductControllerTest)
|
OTP 25 / Elixir 1.14:
test/market_web/controllers/vendor/product_controller_test.exs#L35
test create product renders product when data is valid (MarketWeb.Vendor.ProductControllerTest)
|
OTP 25 / Elixir 1.14:
test/market/products_test.exs#L48
test products update_product/2 with invalid data returns error changeset (Market.ProductsTest)
|
OTP 25 / Elixir 1.14:
test/market/products_test.exs#L13
test products list_products/0 returns all products (Market.ProductsTest)
|
OTP 25 / Elixir 1.14:
test/market/products_test.exs#L60
test products change_product/1 returns a product changeset (Market.ProductsTest)
|
OTP 25 / Elixir 1.14:
test/market/products_test.exs#L37
test products update_product/2 with valid data updates the product (Market.ProductsTest)
|
OTP 25 / Elixir 1.14:
test/market/products_test.exs#L23
test products create_product/1 with valid data creates a product (Market.ProductsTest)
|
OTP 25 / Elixir 1.14:
test/market/products_test.exs#L18
test products get_product!/1 returns the product with given id (Market.ProductsTest)
|